|
@@ -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) {
|