当输入文字与标签匹配时 选择下拉框匹配标签 手动输入文字未直接消失

This commit is contained in:
670788339
2025-11-13 08:56:36 +08:00
parent a3f84e948f
commit aa60567be1

View File

@@ -217,7 +217,9 @@ export default {
this.$emit('change', this.displayTags); this.$emit('change', this.displayTags);
this.clearInput(); this.clearInput();
this.$nextTick(() => {
this.$refs.tagSelect.visible = false; this.$refs.tagSelect.visible = false;
});
}, },
clearInput() { clearInput() {