|
|
|
@ -492,7 +492,7 @@ export default { |
|
|
|
action: '', |
|
|
|
comment: '', |
|
|
|
operatorUserId: this.$store.state.user.id, |
|
|
|
operatorName: this.$store.state.user.name |
|
|
|
operatorName: this.$store.state.user.userDisplay |
|
|
|
}, |
|
|
|
approvalLoading: false, |
|
|
|
|
|
|
|
@ -642,7 +642,7 @@ export default { |
|
|
|
action: '批准', |
|
|
|
comment: '批准通过', // 默认审批意见 |
|
|
|
operatorUserId: this.$store.state.user.id, |
|
|
|
operatorName: this.$store.state.user.name |
|
|
|
operatorName: this.$store.state.user.userDisplay |
|
|
|
} |
|
|
|
|
|
|
|
this.approvalLoading = true |
|
|
|
@ -696,7 +696,7 @@ export default { |
|
|
|
action: '驳回', |
|
|
|
comment: this.rejectReason, |
|
|
|
operatorUserId: this.$store.state.user.id, |
|
|
|
operatorName: this.$store.state.user.name |
|
|
|
operatorName: this.$store.state.user.userDisplay |
|
|
|
} |
|
|
|
|
|
|
|
this.approvalLoading = true |
|
|
|
|