refactor: 优化系统响应速度

This commit is contained in:
wangjiahao
2021-11-29 11:35:51 +08:00
parent c2a5081359
commit 521b35f9b5
9 changed files with 96 additions and 198 deletions

View File

@@ -80,7 +80,7 @@ export function listDatasource() {
export function getTable(id, hideMsg = false) {
return request({
url: '/dataset/table/get/' + id,
loading: true,
loading: false,
method: 'post',
hideMsg: hideMsg
})