dedsudiyu 1 년 전
부모
커밋
bfc87973cb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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(){