mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 10:18:43 +08:00 
			
		
		
		
	修复新增或修改菜单时,无法选择菜单图标的bug
This commit is contained in:
		| @@ -90,7 +90,7 @@ watch( | ||||
|     return props.modelValue | ||||
|   }, | ||||
|   () => { | ||||
|     if (props.modelValue) { | ||||
|     if (props.modelValue && props.modelValue.contains(':')) { | ||||
|       currentActiveType.value = props.modelValue.substring(0, props.modelValue.indexOf(':') + 1) | ||||
|       icon.value = props.modelValue.substring(props.modelValue.indexOf(':') + 1) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Theo
					Theo