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
@@ -280,7 +280,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: 21
})
// 处理其他参数
@@ -308,6 +309,8 @@ export default {
this.loading = true
this.getPageParams(false).then(res => {
console.log(res)
// 1待办 2草稿
res.saveSource = this.$route.query.draftId ? 2 : 1
return saveStandardPromotion(res)
}).then(res => {
if (res.success) {