@@ -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