dedsudiyu 2 rokov pred
rodič
commit
4c8996f1c1

+ 4 - 4
src/views/emergencyManagement/electronicInformationBoard/index.vue

@@ -129,6 +129,8 @@
         queryParams: {
           pageNum: 1,
           pageSize:20,
+          searchValue:"",
+          deptId:"",
         },
         dataList: [],
         total: 0,
@@ -274,10 +276,8 @@
       },
       /** 重置按钮操作 */
       resetQuery() {
-        this.$set(this,'queryParams',{
-          searchValue:"",
-          deptId:''
-        })
+        this.$set(this.queryParams,'searchValue','')
+        this.$set(this.queryParams,'deptId','')
         this.handleQuery();
       },
       getList() {