src/views/system/data-manage/data-detail/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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; });