BUG 30381

This commit is contained in:
aixianling
2022-06-28 15:28:36 +08:00
parent 315d852eaf
commit 2b248b0177

View File

@@ -122,7 +122,8 @@ export default {
tableId: this.applyForm.tableId,
tableType: 2,
processAnnexDefs: this.annexs?.map(e => ({...e, mustFill: Number(e.mustFill)})),
processNodeList: res.processNodeList
processNodeList: res.processNodeList,
processType: 0
}).then(res => {
if (res?.code == 0) {
this.$message.success("保存成功")