Browse Source

Update addMusic.tsx

lex-xin 9 tháng trước cách đây
mục cha
commit
e6541f2d0c

+ 1 - 0
src/views/music-library/project-music-sheet/module/kt/addMusic.tsx

@@ -1081,6 +1081,7 @@ export default defineComponent({
             return row.id === next.id
           })
           if (!find) {
+            next.musicTagIds = []
             next.status = false
             state.selectRowData.push(next)
           }