dedsudiyu vor 2 Jahren
Ursprung
Commit
d1a75b94a1

+ 1 - 1
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/index.vue

@@ -206,7 +206,7 @@
       topLeftClickType(type){
         if(this.queryParams.checkStatus != type){
           this.$set(this.queryParams,'checkStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/rectificationReport/listPage.vue

@@ -151,7 +151,7 @@
       topLeftClickType(type){
         if(this.queryParams.buttonType != type){
           this.$set(this.queryParams,'buttonType',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //获取数据列表

+ 2 - 0
src/views/safetyCheck/safetyHazard/batchAudit.vue

@@ -185,6 +185,7 @@
           list.push(obj);
         }
         batchApprove(list).then(response => {
+          this.$refs.multipleTable.clearSelection();
           this.msgSuccess(response.msg)
           this.$parent.goPage(3);
         });
@@ -217,6 +218,7 @@
             this.$set(this,'propsInfoDialogData',obj);
             this.$set(this,'infoDialogType',type);
           }else{
+            this.$refs.multipleTable.clearSelection();
             this.getList();
             this.$set(this,'infoDialogType',type);
           }

+ 1 - 1
src/views/safetyCheck/safetyHazard/cannotListPage.vue

@@ -126,7 +126,7 @@
       topLeftClickType(type){
         if(this.queryParams.hazardType != type){
           this.$set(this.queryParams,'hazardType',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/safetyHazard/departmentListPage.vue

@@ -198,7 +198,7 @@
       topLeftClickType(type){
         if(this.queryParams.rectifyStatus != type){
           this.$set(this.queryParams,'rectifyStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/safetyHazard/schoolListPage.vue

@@ -198,7 +198,7 @@
       topLeftClickType(type){
         if(this.queryParams.rectifyStatus != type){
           this.$set(this.queryParams,'rectifyStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/schoolInspection/inspectionPlan/index.vue

@@ -206,7 +206,7 @@
       topLeftClickType(type){
         if(this.queryParams.checkStatus != type){
           this.$set(this.queryParams,'checkStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/snapshotManagement/index.vue

@@ -283,7 +283,7 @@
       topLeftClickType(type){
         if(this.queryParams.rectifyStatus !== type){
           this.$set(this.queryParams,'rectifyStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法

+ 1 - 1
src/views/safetyCheck/snapshotManagement/listPage.vue

@@ -171,7 +171,7 @@
       topLeftClickType(type){
         if(this.queryParams.rectifyStatus !== type){
           this.$set(this.queryParams,'rectifyStatus',type);
-          this.getList();
+          this.handleQuery();
         }
       },
       //时间排序方法