|
@@ -198,7 +198,7 @@
|
|
|
confirmText: '确定',
|
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
|
- that.audit(that.list[0], 0, false, true, that.rejectInfo)
|
|
|
+ that.audit(that.list[0], 0, false, true, that.auditMind)
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -218,7 +218,7 @@
|
|
|
confirmText: '确定',
|
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
|
- that.audit(that.list[0], 0, true, 2, that.rejectInfo1)
|
|
|
+ that.audit(that.list[0], 0, true, 2, that.auditMind)
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -234,7 +234,7 @@
|
|
|
this.$api.doRequest('post', '/workflow/api/handle', {
|
|
|
taskId: list.taskId,
|
|
|
approved: status,
|
|
|
- auditMind: reason != undefined ? this.rejectInfo : this.rejectInfo1,
|
|
|
+ auditMind: this.auditMind ,
|
|
|
needReapply: status2 != undefined ? true : false,
|
|
|
}).then(res => {
|
|
|
if (status == true) {
|