[update] 强制撤回增加加载效果

This commit is contained in:
lideqin
2024-01-11 12:00:47 +08:00
parent d88f788312
commit 3d42c5d1bb
2 changed files with 2 additions and 0 deletions
@@ -269,6 +269,7 @@ export default {
title: this.$t('compulsoryWithdrawal'),
content: this.$t('sureCompulsoryWithdrawal'),
onOk: () => {
this.loading = true
const params = {}
params.processInstanceId = record.processInstanceId
compulsoryWithdrawal(params).then(res => {
@@ -293,6 +293,7 @@ export default {
title: this.$t('compulsoryWithdrawal'),
content: this.$t('sureCompulsoryWithdrawal'),
onOk: () => {
this.loading = true
const params = {}
params.processInstanceId = record.processInstanceId
compulsoryWithdrawal(params).then(res => {