Browse Source

Update new-index.tsx

lex 1 năm trước cách đây
mục cha
commit
8ddcc3bbf5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/tenant/music/music-detail/new-index.tsx

+ 1 - 1
src/tenant/music/music-detail/new-index.tsx

@@ -777,7 +777,7 @@ export default defineComponent({
         return {
           text: item.track + (instrumentName ? `(${instrumentName})` : ''),
           value: index,
-          xmlValue: index,
+          xmlValue: item.index,
           track: item.track
         }
       })