dedsudiyu 2 年 前
コミット
479c39208f
共有2 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 1 0
      src/views/comprehensive/personnel/patrolRecord/anomalyPage.vue
  2. 1 0
      src/views/comprehensive/personnel/patrolRecord/normalPage.vue

+ 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;
         })