xiangpei
2024-08-15 e24b649d64849e87f79303f3f2284291ee3507af
src/views/system/data-manage/data-detail/index.vue
@@ -188,7 +188,7 @@
    getList(url) {
      this.loading = true;
      dataCenter(url, this.queryParams).then(response => {
        this.platformList = response.rows;
        this.platformList = response.data;
        this.total = response.total;
        this.loading = false;
      });