mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 01:38:11 +08:00
fix(仪表板): 编辑分享树,底层仪表板会loading
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user