dedsudiyu 2 年之前
父节点
当前提交
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;
         })