zhanghua
2022-11-28 ca150d38b8ecb9c69b0b32ac865e28fcf8c8fc8f
src/views/intelligentPatrol/statistics/unlawful/point/index.vue
@@ -171,10 +171,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;
      });
    },
    // 当前页改变触发事件