Explorar o código

Merge branch 'web-v2' into web-v2-pro

dedsudiyu hai 1 ano
pai
achega
f40efb4320

+ 4 - 1
src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/index.vue

@@ -254,7 +254,10 @@
         }else{
           obj.endTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         checkManageList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

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

@@ -254,7 +254,10 @@
         }else{
           obj.cycleEndTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         checkPlanList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

+ 4 - 1
src/views/safetyCheck/rectificationReport/index.vue

@@ -215,7 +215,10 @@
         }else{
           obj.endTime = ""
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         checkRectifyList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

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

@@ -189,7 +189,10 @@
         }else{
           obj.endTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         unableRectifyList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

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

@@ -265,7 +265,10 @@
         }else{
           obj.endTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         if(this.queryParams.rectifyStatus == 2){
           rectifyList(obj).then(response => {
             this.total = response.data.total;

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

@@ -265,7 +265,10 @@
         }else{
           obj.endTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         if(this.queryParams.rectifyStatus == 2){
           rectifyList(obj).then(response => {
             this.total = response.data.total;

+ 4 - 1
src/views/safetyCheck/schoolInspection/inspectionManagement/index.vue

@@ -252,7 +252,10 @@
         }else{
           obj.endTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         checkManageList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

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

@@ -254,7 +254,10 @@
         }else{
           obj.cycleEndTime = "";
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         checkPlanList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;

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

@@ -332,7 +332,10 @@
         }else{
           obj.endTime = ""
         }
-        this.getCorrelationNum();
+        let self = this;
+        setTimeout(function(){
+          self.getCorrelationNum();
+        },500);
         securityCheckClapList(obj).then(response => {
           this.total = response.data.total;
           this.tableList = response.data.records;