|
@@ -803,7 +803,7 @@
|
|
|
key: 2,
|
|
key: 2,
|
|
|
status: 300,
|
|
status: 300,
|
|
|
processNodeKey: this.currentTask.currentNode,
|
|
processNodeKey: this.currentTask.currentNode,
|
|
|
- remark: this.pauseForm.reason,
|
|
|
|
|
|
|
+ content: this.pauseForm.reason,
|
|
|
}
|
|
}
|
|
|
doProcessBtn(params)
|
|
doProcessBtn(params)
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
@@ -976,7 +976,7 @@
|
|
|
key: 5,
|
|
key: 5,
|
|
|
status: this.currentTask.status,
|
|
status: this.currentTask.status,
|
|
|
processNodeKey: this.currentTask.currentNode,
|
|
processNodeKey: this.currentTask.currentNode,
|
|
|
- remark: this.delegateForm.content,
|
|
|
|
|
|
|
+ content: this.delegateForm.content,
|
|
|
userIds: this.delegateForm.userIds.join(','),
|
|
userIds: this.delegateForm.userIds.join(','),
|
|
|
}
|
|
}
|
|
|
doProcessBtn(params)
|
|
doProcessBtn(params)
|
|
@@ -1075,7 +1075,7 @@
|
|
|
key: 10,
|
|
key: 10,
|
|
|
status: this.currentTask.status,
|
|
status: this.currentTask.status,
|
|
|
processNodeKey: this.currentTask.currentNode,
|
|
processNodeKey: this.currentTask.currentNode,
|
|
|
- remark: this.urgeReportingForm.content,
|
|
|
|
|
|
|
+ content: this.urgeReportingForm.content,
|
|
|
auditedUnitIds,
|
|
auditedUnitIds,
|
|
|
}
|
|
}
|
|
|
doProcessBtn(params)
|
|
doProcessBtn(params)
|