Merge pull request #3839 from dataease/pr@dev@fix_share_loading

fix(仪表板): 编辑分享树,底层仪表板会loading
This commit is contained in:
Junjun 2022-11-23 16:14:39 +08:00 committed by GitHub
commit 0bad79775a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ export function loadShares(data) {
return request({
url: '/api/share/queryWithResourceId',
method: 'post',
loading: true,
loading: false,
data
})
}

View File

@ -13,7 +13,7 @@ export function loadTable(data) {
url: 'api/dept/search',
method: 'post',
data,
loading: true
loading: false
})
}