forked from github/dataease
refactor: 去掉非必要loading提示
This commit is contained in:
parent
2c7a5c623a
commit
a2eef83d0f
@ -953,7 +953,6 @@ export default {
|
||||
this.isFirstLoad = false
|
||||
return true
|
||||
}).finally(() => {
|
||||
console.log('finally')
|
||||
this.getDataLoading = false
|
||||
})
|
||||
}
|
||||
|
@ -66,7 +66,7 @@ export function starStatus(panelId) {
|
||||
return request({
|
||||
url: '/api/store/status/' + panelId,
|
||||
method: 'post',
|
||||
loading: true
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
@ -74,7 +74,7 @@ export function viewPanelLog(data) {
|
||||
return request({
|
||||
url: 'panel/group/viewLog',
|
||||
method: 'post',
|
||||
loading: true,
|
||||
loading: false,
|
||||
data
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user