xiangpei
2024-08-15 cdcd42c6e24b6ede604fab2e9437bbd34930fc23
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;
      });