diff --git a/src/components/Course/courseTag.vue b/src/components/Course/courseTag.vue index 507899c2..6a96b6f0 100644 --- a/src/components/Course/courseTag.vue +++ b/src/components/Course/courseTag.vue @@ -277,6 +277,7 @@ export default { this.$nextTick(() => { this.selectedTags = tempTags; }); + this.$refs.tagSelect.visible = false; }); } finally { this.loading = false