update 流程完善
This commit is contained in:
+4
-1
@@ -356,7 +356,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: 17
|
||||
})
|
||||
|
||||
// 处理其他参数
|
||||
@@ -409,6 +410,8 @@ export default {
|
||||
// 业务数据(需要等后端调整)
|
||||
// draftData:
|
||||
})
|
||||
// 1待办 2草稿
|
||||
res.saveSource = this.$route.query.draftId ? 2 : 1
|
||||
console.log(res)
|
||||
return saveInspectProcess(res)
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user