|
|
@@ -235,7 +235,7 @@ const filterPressureBoilerCheckTypeMap = computed(() => {
|
|
|
const currentSelectedCheckerIds = ref<string[]>([])
|
|
|
// 查询参数
|
|
|
const queryParams = ref<Recordable>({
|
|
|
- equipmentCategory: 300,
|
|
|
+ equipmentCategory: 200,
|
|
|
inspectionNature: []
|
|
|
})
|
|
|
|