src/views/system/result/detail/index1.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/system/result/detail/index1.vue
@@ -147,14 +147,8 @@ getList() { this.tableLoading = true; detailScore(this.queryParams).then(response => { console.log(response); if (response.rows) { this.tableData = response.rows; this.total = response.total; } else { this.tableData = []; this.total = 0; } this.tableData = response.rows; this.total = response.total; this.tableLoading = false; }); },