lex-xin 2 days ago
parent
commit
e0f3730fd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/music/music-detail/index.tsx

+ 1 - 1
src/views/music/music-detail/index.tsx

@@ -1136,7 +1136,7 @@ export default defineComponent({
                           // 'part-index': currentColumn.value.track || 0,
                           'part-name': encodeURIComponent(currentColumn.value?.track?.trim() || ''),
                           musicRenderType,
-                          instrumentId: staffData.instrumentId
+                          instrumentId: route.query.instrumentId
                         }
                         // 有专辑id
                         if (route.query.tenantAlbumId) {