update 流程完善
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user