fix(f6.1): search preventive inventory by physical area
This commit is contained in:
@@ -175,7 +175,6 @@ export function InspectionVisitEditorF4Page() {
|
|||||||
pageSize: 100,
|
pageSize: 100,
|
||||||
search: assetSearch.trim(),
|
search: assetSearch.trim(),
|
||||||
operationalAreaId: form.operationalAreaId,
|
operationalAreaId: form.operationalAreaId,
|
||||||
operatorCompanyId: form.operatorCompanyId,
|
|
||||||
}).then((response) => setAssets(response.data)).catch(() => undefined);
|
}).then((response) => setAssets(response.data)).catch(() => undefined);
|
||||||
}, 220);
|
}, 220);
|
||||||
return () => window.clearTimeout(timer);
|
return () => window.clearTimeout(timer);
|
||||||
|
|||||||
Reference in New Issue
Block a user