mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-07 23:45:06 +08:00
Merge remote-tracking branch 'yudao/dev' into dev
# Conflicts: # src/views/mp/components/wx-editor/WxEditor.vue # src/views/mp/tag/TagForm.vue
This commit is contained in:
@ -95,7 +95,7 @@ watch(
|
||||
return props.modelValue
|
||||
},
|
||||
() => {
|
||||
if (props.modelValue && props.modelValue.contains(':')) {
|
||||
if (props.modelValue && props.modelValue.indexOf(':') >= 0) {
|
||||
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