style: 树下拉组件-下拉框关闭时清掉搜索的关键字
--bug=1047203 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001047203
This commit is contained in:
parent
b0ca3786e0
commit
0286f5717e
|
@ -127,6 +127,7 @@
|
|||
}
|
||||
function handlePopupVisibleChange(val: boolean) {
|
||||
if (!val) {
|
||||
inputValue.value = '';
|
||||
tempInputValue.value = '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue