dedsudiyu 1 год назад
Родитель
Сommit
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(){