[update] 强制撤回增加加载效果
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user