|
@@ -116,7 +116,8 @@
|
|
|
API({
|
|
API({
|
|
|
id: this.taskId,
|
|
id: this.taskId,
|
|
|
reason: this.form.reason,
|
|
reason: this.form.reason,
|
|
|
- variables
|
|
|
|
|
|
|
+ variables,
|
|
|
|
|
+ approvalResultMsg: this.form.reason
|
|
|
}).then((res) => {
|
|
}).then((res) => {
|
|
|
if (res.data.code != '-1') {
|
|
if (res.data.code != '-1') {
|
|
|
this.$emit('handleAudit', {
|
|
this.$emit('handleAudit', {
|