Browse Source

关闭合并弹窗

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

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

@@ -138,6 +138,7 @@ export default {
           registerIds: allId
         })
         this.$message.success('合并成功')
+        this.$emit('close')
         this.$emit('submited')
       } catch (error) {}
     },