|
@@ -707,6 +707,7 @@ export default defineComponent({
|
|
|
part.index = item.value
|
|
|
}
|
|
|
})
|
|
|
+ console.log(staffData.partList, '-staffData.partList')
|
|
|
staffData.tempPartList = JSON.parse(JSON.stringify(staffData.partList))
|
|
|
staffData.partList = instrumentSort(staffData.partList)
|
|
|
staffData.partXmlIndex = staffData.partList[0].index || 0
|
|
@@ -1113,11 +1114,11 @@ export default defineComponent({
|
|
|
const item: any = partColumns.value.find(
|
|
|
(c: any) => c.value === staffData.partIndex
|
|
|
)
|
|
|
- const index = staffData.tempPartList.findIndex(
|
|
|
- (i: any) => i.track === item?.track
|
|
|
- )
|
|
|
+ // const index = staffData.tempPartList.findIndex(
|
|
|
+ // (i: any) => i.track === item?.track
|
|
|
+ // )
|
|
|
musicBuy(musicDetail.value, () => {}, {
|
|
|
- 'part-index': index || 0,
|
|
|
+ 'part-index': item.value || 0,
|
|
|
sett: staff.radio,
|
|
|
// 1:忽略系统节拍器
|
|
|
ignoreSysMetronome:
|