优化loading

main-20240105
赵夫琳 7 months ago
parent febee0226e
commit 230d53030d

@ -91,8 +91,8 @@ export default {
history.back() history.back()
this.$loading(false, 'loadingSb') this.$loading(false, 'loadingSb')
}).catch(() => { }).catch(() => {
this.$loading(false, 'loadingSb')
this.$forceCloseLoading() this.$forceCloseLoading()
this.$loading(false, 'loadingSb')
}) })
} else { } else {
rejectTask(obj).then(() => { rejectTask(obj).then(() => {
@ -101,7 +101,6 @@ export default {
this.$EventBus.$emit('handleResetLive', 'company-myClaim') this.$EventBus.$emit('handleResetLive', 'company-myClaim')
history.back() history.back()
this.$loading(false, 'loadingSb') this.$loading(false, 'loadingSb')
this.$forceCloseLoading()
}).catch(() => { }).catch(() => {
this.$forceCloseLoading() this.$forceCloseLoading()
this.$loading(false, 'loadingSb') this.$loading(false, 'loadingSb')

Loading…
Cancel
Save