fangyuan
2022-11-25 b4fc73e7ba0c2d551707deec21655d8e81ed7ba1
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;
      });
    },
    // 当前页改变触发事件