Selaa lähdekoodia

管乐迷声部参数修改

yuanliang 1 vuosi sitten
vanhempi
commit
8dd704a2fe

+ 1 - 1
src/views/music-library/project-music-sheet/module/gym/music-sheet-gym.tsx

@@ -126,7 +126,7 @@ export default defineComponent({
         const tempList = data || []
         tempList.forEach((item: any) => {
           item.label = item.subjectName
-          item.value = item.subjectId
+          item.value = item.instrumentId
         })
         state.subjectList = tempList
       } catch {}