Browse Source

feat: 子流程之前选择过,现在不选择后直接提交后台回显

luoyali 1 year ago
parent
commit
d5c4d69a7d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/scWorkflow/nodes/subProcess.vue

+ 1 - 0
src/components/scWorkflow/nodes/subProcess.vue

@@ -167,6 +167,7 @@ export default {
 				const val = newCallProcess.split(':')
 				this.form.subProcessValue = val[0]
 				this.processName = val[1]
+				this.form.callProcess = `${val[0]}:${val[1]}`
 				this.getProcessDetail(val[0])
 			}
 			this.drawer = true