update 流程完善

This commit is contained in:
danshihao
2024-01-05 18:43:56 +08:00
parent a01793b9ea
commit 9ff54f05ea
7 changed files with 28 additions and 7 deletions
@@ -434,7 +434,8 @@ export default {
params.processAll = Object.assign({}, this.info.processAll, formDataList[0], {
projectId: this.projectId,
nodeId: this.$route.query.nodeId,
taskId: this.$route.query.taskId
taskId: this.$route.query.taskId,
prcType: 20
})
// 处理其他参数
@@ -498,6 +499,8 @@ export default {
// 业务数据(需要等后端调整)
// draftData:
})
// 1待办 2草稿
res.saveSource = this.$route.query.draftId ? 2 : 1
console.log(res)
return savePermissionApply(res)
}).then(res => {