Browse Source

Merge branch 'feature/0722-music' into test-online

yuanliang 9 months ago
parent
commit
bfe084755a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/music-library/music-sheet/component/music-list.tsx

+ 2 - 1
src/views/music-library/music-sheet/component/music-list.tsx

@@ -531,6 +531,7 @@ export default defineComponent({
       }
 
       initSubjectList()
+      initInstrumentList()
       initUseAppList()
       getMusicSheetCategorieList()
       getList()
@@ -584,7 +585,7 @@ export default defineComponent({
             <NSelect
               placeholder="请选择可用乐器"
               v-model:value={state.searchForm.musicalInstrumentId}
-              options={state.subjectList}
+              options={state.instrumentList}
               filterable
               clearable
             />