标签选择后直接关闭下拉框

This commit is contained in:
670788339
2025-11-13 09:00:48 +08:00
parent 2576174e95
commit d78cc1f97c

View File

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