对接握手流程

This commit is contained in:
qq787203167
2022-04-25 18:24:55 +08:00
parent fa648d9679
commit 2361349a37
@@ -831,7 +831,8 @@
startProcess(value) { startProcess(value) {
let query = { let query = {
type: 1, type: 1,
msg: value msg: value,
taskAffirmDueDate:this.formInline.taskAffirmDueDate
} }
postAction('/workFlow/startProcess', query).then((res) => { postAction('/workFlow/startProcess', query).then((res) => {
if (res.success) { if (res.success) {