|
@@ -466,7 +466,7 @@
|
|
|
that.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
taskId: that.list.taskId,
|
|
|
approved: false,
|
|
|
- auditMind: this.rejectInfo,
|
|
|
+ auditMind: this.auditMind,
|
|
|
needReapply: true,
|
|
|
}).then(res => {
|
|
|
that.$api.msg('驳回成功')
|
|
@@ -503,7 +503,7 @@
|
|
|
that.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
taskId: that.list.taskId,
|
|
|
approved: true,
|
|
|
- auditMind: this.rejectInfo1,
|
|
|
+ auditMind: this.auditMind,
|
|
|
needReapply: true,
|
|
|
}).then(res => {
|
|
|
that.$api.msg('通过成功')
|