فهرست منبع

Merge branch 'ponline'

lex 1 سال پیش
والد
کامیت
82bbfba6d4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/tenant/music/music-detail/new-index.tsx

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

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