zhanghua
2022-11-04 5f33acc112f6247ec487406800091eb4f47ce89a
src/views/intelligentPatrol/statistics/unlawful/area/index.vue
@@ -161,10 +161,8 @@
        beginTime:'2022-05-01 00:00:00',
        endTime:'2022-09-01 00:00:00'
      }).then((res) => {
        if (res.data.code == 200) {
          this.list = res.data.data.records;
          this.totalNum = res.data.data.total;
        }
          this.list = res.records;
          this.totalNum = res.total;
      });
    },
    // 当前页改变触发事件