Explorar el Código

Merge branch 'iteration-20240612'

lex hace 1 año
padre
commit
074ec5d60a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/tenant/music/music-detail/new-index.tsx

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

@@ -697,7 +697,7 @@ export default defineComponent({
           const item = tempList.find((item: any) => item.track === part.name)
           tempPartList.push({
             ...item,
-            index: part.index
+            index: part.value
           })
         })
 
@@ -710,6 +710,8 @@ export default defineComponent({
         staffData.instrumentName = getInstrumentName(
           staffData.partList[staffData.partIndex]?.track
         )
+
+        console.log(staffData.partList, 'staffData', staffData.xmlPartList)
       } catch (error) {
         //
       }