gjy 2 年之前
父節點
當前提交
edefa2b786
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/task/audit/salecontract.vue

+ 2 - 2
pages/task/audit/salecontract.vue

@@ -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('通过成功')