Browse Source

Update new-index.tsx

lex 1 year ago
parent
commit
8ddcc3bbf5
1 changed files with 1 additions and 1 deletions
  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
         }
       })