fix(查询组件): 下拉框点击失焦

This commit is contained in:
dataeaseShu 2024-12-24 18:13:09 +08:00 committed by xuwei-fit2cloud
parent 2a71b55c7d
commit 40b14430ad

View File

@ -592,8 +592,8 @@ const getOptionFromCascade = () => {
selectValue.value = config.value.multiple ? [] : undefined
debounceOptions(1)
}
const selectHideClick = id => {
useEmitt().emitter.emit('select-hide_lick', id)
const selectHideClick = () => {
useEmitt().emitter.emit('select-hide_lick', config.value.id)
}
const hideClick = id => {