xiangpei
2024-08-15 a68472f06a3f148540c36f7742201001125f5803
响应格式
1个文件已修改
2 ■■■ 已修改文件
src/views/system/data-manage/data-detail/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
      });