fix:修复保存后流程id未取的问题

feature1.0
吴延福 2023-07-04 11:24:45 +08:00
parent a2a366d1e6
commit 59a15471df
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,7 @@ export default class HiddenDangerManagerComponent extends BaseRecordComponent<an
this.$message.success(!this.updateParams.id?"新增成功":"编辑成功"); this.$message.success(!this.updateParams.id?"新增成功":"编辑成功");
if(!preStatus){ if(!preStatus){
if(isSubmit){ if(isSubmit){
this.startWorkFlow([res.data],[this.updateParams.reformUserId]) this.startWorkFlow([this.updateParams.id || res.data],[this.updateParams.reformUserId])
}else{ }else{
this.getTableData() this.getTableData()
} }