fix(仪表板): 编辑分享树,底层仪表板会loading

This commit is contained in:
fit2cloud-chenyw 2022-11-23 15:56:08 +08:00
parent 754c8c8673
commit e5335fe38c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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