forked from github/dataease
fix(仪表板): 编辑分享树,底层仪表板会loading
This commit is contained in:
parent
754c8c8673
commit
e5335fe38c
@ -38,7 +38,7 @@ export function loadShares(data) {
|
||||
return request({
|
||||
url: '/api/share/queryWithResourceId',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
loading: false,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
@ -13,7 +13,7 @@ export function loadTable(data) {
|
||||
url: 'api/dept/search',
|
||||
method: 'post',
|
||||
data,
|
||||
loading: true
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user