mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	update src/components/bpmnProcessDesigner/package/penal/flow-condition/FlowCondition.vue.
修复:流程设计器bpmn流转条件-流转类型选择默认流转路径,未正确显示/ Signed-off-by: 最后的梦想 <1971063665@qq.com>
This commit is contained in:
		@@ -129,7 +129,7 @@ const updateFlowType = (flowType) => {
 | 
			
		||||
      conditionExpression: null
 | 
			
		||||
    })
 | 
			
		||||
    bpmnInstances().modeling.updateProperties(toRaw(bpmnElementSource.value), {
 | 
			
		||||
      default: bpmnElement.value
 | 
			
		||||
      default: toRaw(bpmnElement.value)
 | 
			
		||||
    })
 | 
			
		||||
    return
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user