mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	bpmnjs流程图 流转条件切换问题
This commit is contained in:
		@@ -79,7 +79,8 @@ const resetFlowCondition = () => {
 | 
			
		||||
  if (
 | 
			
		||||
    bpmnElementSourceRef.value &&
 | 
			
		||||
    bpmnElementSourceRef.value.default &&
 | 
			
		||||
    bpmnElementSourceRef.value.default.id === bpmnElement.value.id
 | 
			
		||||
    bpmnElementSourceRef.value.default.id === bpmnElement.value.id &&
 | 
			
		||||
    flowConditionForm.value.type == 'default'
 | 
			
		||||
  ) {
 | 
			
		||||
    // 默认
 | 
			
		||||
    flowConditionForm.value = { type: 'default' }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user