forked from github/dataease
refactor(仪表板): 去掉预览加载时非必要的全局loading提示
This commit is contained in:
parent
1340198c5a
commit
0f4e3bb62c
@ -26,7 +26,7 @@ export function queryTargetPanelJumpInfo(requestInfo) {
|
||||
url: '/linkJump/queryTargetPanelJumpInfo',
|
||||
method: 'post',
|
||||
data: requestInfo,
|
||||
loading: true
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
|
@ -20,6 +20,6 @@ export function getOuterParamsInfo(panelId) {
|
||||
return request({
|
||||
url: '/outerParams/getOuterParamsInfo/' + panelId,
|
||||
method: 'get',
|
||||
loading: true
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
@ -3,6 +3,7 @@ import request from '@/utils/request'
|
||||
export function detailList(panelId) {
|
||||
return request({
|
||||
url: '/panel/view/detailList/' + panelId,
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user