|
|
@@ -504,7 +504,7 @@ const queryParams = ref({
|
|
|
equipStreet: undefined as number[] | undefined,
|
|
|
typeList: [] as string[],
|
|
|
nextDate: [] as string[],
|
|
|
- status: [] as string[],
|
|
|
+ useStatus: ['100', '200', '400', '500', '600', '1000'] as string[],
|
|
|
areaType: 'gz'
|
|
|
})
|
|
|
|
|
|
@@ -548,7 +548,7 @@ const open = async (row: EquipBoilerSchedulingVO, indexQueryParams?: any) => {
|
|
|
equipStreet: indexQueryParams.equipStreet,
|
|
|
typeList: indexQueryParams.typeList || [],
|
|
|
nextDate: indexQueryParams.nextDate || [],
|
|
|
- status: indexQueryParams.status || [],
|
|
|
+ // useStatus: indexQueryParams.useStatus || [],
|
|
|
areaType: indexQueryParams.areaType
|
|
|
}
|
|
|
|
|
|
@@ -589,7 +589,7 @@ const handleQuery = async () => {
|
|
|
equipStreet: queryParams.value.equipStreet,
|
|
|
typeList: queryParams.value.typeList || [],
|
|
|
nextDate: queryParams.value.nextDate || [],
|
|
|
- status: queryParams.value.status || [],
|
|
|
+ useStatus: queryParams.value.useStatus || [],
|
|
|
unitName: unitInfo.value.unitName,
|
|
|
unitAddress: unitInfo.value.unitAddress,
|
|
|
}
|