mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-03 03:38:44 +08:00 
			
		
		
		
	Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3 into dev
This commit is contained in:
		@@ -95,7 +95,7 @@ watch(
 | 
				
			|||||||
    return props.modelValue
 | 
					    return props.modelValue
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  () => {
 | 
					  () => {
 | 
				
			||||||
    if (props.modelValue) {
 | 
					    if (props.modelValue && props.modelValue.contains(':')) {
 | 
				
			||||||
      currentActiveType.value = props.modelValue.substring(0, props.modelValue.indexOf(':') + 1)
 | 
					      currentActiveType.value = props.modelValue.substring(0, props.modelValue.indexOf(':') + 1)
 | 
				
			||||||
      icon.value = props.modelValue.substring(props.modelValue.indexOf(':') + 1)
 | 
					      icon.value = props.modelValue.substring(props.modelValue.indexOf(':') + 1)
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user