Browse Source

Merge branch 'merge_music' into ol_12_30

wolyshaw 4 năm trước cách đây
mục cha
commit
052139b558
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/teamBuild/components/merge-music.vue

+ 2 - 0
src/views/teamBuild/components/merge-music.vue

@@ -43,6 +43,7 @@
       append-to-body
     >
       <mergedStudents
+        v-if="studentsVisible"
         @close="studentsVisible = false"
         @submited="submited"
       />
@@ -138,6 +139,7 @@ export default {
           registerIds: allId
         })
         this.$message.success('合并成功')
+        this.$emit('close')
         this.$emit('submited')
       } catch (error) {}
     },