dedsudiyu 1 vuosi sitten
vanhempi
commit
bfc87973cb

+ 2 - 0
src/views/oneKeyOutfire/planExecuteRecord/planExecuteRecord.vue

@@ -100,6 +100,7 @@ export default {
         pageSize:20,
         searchValue:'',
         riskAttribute:'',
+        deptId:'',
       },
       form:{
         tagCode:'',
@@ -155,6 +156,7 @@ export default {
     resetQuery() {
       this.queryParams.searchValue = "";
       this.queryParams.riskAttribute = "";
+      this.queryParams.deptId = "";
       this.handleQuery();
     },
     getList(){