fix(查询组件): 级联查询中,如果第二级中的存在多对一的关系,查询框内容未刷新导致查询内容不正确。 #13314
This commit is contained in:
parent
d3f6abe0f6
commit
22c9b73024
@ -582,6 +582,8 @@ const single = ref()
|
||||
|
||||
const getOptionFromCascade = () => {
|
||||
if (config.value.optionValueSource !== 1 || ![0, 2, 5].includes(+config.value.displayType)) return
|
||||
config.value.selectValue = config.value.multiple ? [] : undefined
|
||||
selectValue.value = config.value.multiple ? [] : undefined
|
||||
debounceOptions(1)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user