dedsudiyu 1 year ago
parent
commit
bfc87973cb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/oneKeyOutfire/planExecuteRecord/planExecuteRecord.vue

+ 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(){