mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(查询组件): 下拉框点击失焦
This commit is contained in:
parent
2a71b55c7d
commit
40b14430ad
@ -592,8 +592,8 @@ const getOptionFromCascade = () => {
|
|||||||
selectValue.value = config.value.multiple ? [] : undefined
|
selectValue.value = config.value.multiple ? [] : undefined
|
||||||
debounceOptions(1)
|
debounceOptions(1)
|
||||||
}
|
}
|
||||||
const selectHideClick = id => {
|
const selectHideClick = () => {
|
||||||
useEmitt().emitter.emit('select-hide_lick', id)
|
useEmitt().emitter.emit('select-hide_lick', config.value.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
const hideClick = id => {
|
const hideClick = id => {
|
||||||
|
Loading…
Reference in New Issue
Block a user