lex преди 1 година
родител
ревизия
8ddcc3bbf5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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
         }
       })