Explorar o código

Update new-index.tsx

lex hai 1 ano
pai
achega
8ddcc3bbf5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
         }
       })