Browse Source

fix: 修复病险任务管理列表工程等级筛选无效问题

sy-water-data-board-ui
panyuyi 1 year ago
parent
commit
0a6fa52f4a
  1. 8
      src/views/dike/runManage/dangerWeakProject/inspectTasks/index.vue
  2. 2
      src/views/sluice/runManage/dangerWeakProject/inspectTasks/index.vue

8
src/views/dike/runManage/dangerWeakProject/inspectTasks/index.vue

@ -8,8 +8,6 @@ export default {
name: "InspectionItems",
data() {
return {
searchWagaName: "",
searchManageName: "",
areasOptionProps: {
emitPath: false,
checkStrictly: true, //
@ -118,10 +116,6 @@ export default {
},
});
},
//
handleChangeQuery() {
this.getTableData();
},
//
getTableData() {
getDangerTaskListData({
@ -133,7 +127,7 @@ export default {
dikePatt: this.paramsData.dikePatt || null,
engineeringManagementUnit:
this.paramsData.engineeringManagementUnit || null,
mainBuildGrad: this.paramsData.riverLocation || null,
mainBuildGrad: this.paramsData.mainBuildGrad || null,
dikeName: this.paramsData.dikeName || null,
dikeType: this.paramsData.dikeType || null,
},

2
src/views/sluice/runManage/dangerWeakProject/inspectTasks/index.vue

@ -127,7 +127,7 @@ export default {
engScal: this.paramsData.engScal || null,
engineeringManagementUnit:
this.paramsData.engineeringManagementUnit || null,
mainBuildGrad: this.paramsData.riverLocation || null,
mainBuildGrad: this.paramsData.mainBuildGrad || null,
wagaName: this.paramsData.wagaName || null,
wagaType: this.paramsData.wagaType || null,
},

Loading…
Cancel
Save