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