dedsudiyu %!s(int64=2) %!d(string=hai) anos
pai
achega
479c39208f

+ 1 - 0
src/views/comprehensive/personnel/patrolRecord/anomalyPage.vue

@@ -54,6 +54,7 @@
           deptId:this.propsPageData.checkTreeId,
         }
         listAbnormal(obj).then(response => {
+          this.$set(this,'total',response.total);
           this.$set(this,'listData',response.rows);
           this.loading = false;
         })

+ 1 - 0
src/views/comprehensive/personnel/patrolRecord/normalPage.vue

@@ -54,6 +54,7 @@
           deptId:this.propsPageData.checkTreeId,
         }
         listStandard(obj).then(response => {
+          this.$set(this,'total',response.total);
           this.$set(this,'listData',response.rows);
           this.loading = false;
         })