wl
2022-11-30 f4c324b44aadc4d8a44d4c67c588d2f76261ccaa
src/views/intelligentPatrol/statistics/unlawful/type/index.vue
@@ -169,10 +169,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;
      });
    },
    // 当前页改变触发事件