mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
refactor: 优化系统响应速度
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user