Skip to content

Commit

Permalink
bugfix: 第三方插件输入框失焦后未去拉取列表问题修复 #ignore
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 9991
  • Loading branch information
ywywZhou committed Jun 18, 2024
1 parent 2c37143 commit a03a91b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
},
// 文本框失焦
handleInputBlur (e) {
this.$emit('blur')
this.$emit('blur', this.input.value)
this.input.focus = false
// 更新文本框结构,生成tag标签
this.updateInputHtml()
Expand Down

0 comments on commit a03a91b

Please sign in to comment.