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({
|
return request({
|
||||||
url: '/api/share/queryWithResourceId',
|
url: '/api/share/queryWithResourceId',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
loading: true,
|
loading: false,
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user