fix: 修复搜索组件的历史搜索中同一条搜索语句点击第二次不能填充搜索框的问题
This commit is contained in:
@@ -191,7 +191,7 @@ export default {
|
||||
this.showHistory = false
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.search.$refs.textMode) {
|
||||
this.$refs.search.$refs.textMode.focus()
|
||||
this.$refs.search.$refs.textMode.focus(row)
|
||||
}
|
||||
})
|
||||
if (this.showList) {
|
||||
|
||||
Reference in New Issue
Block a user