luobisheng
2022-11-08 2406ac9a70e51e76c6ba95efb69f641c7b22e8ea
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;
      });
    },
    // 当前页改变触发事件