|
@@ -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
|
|
|
/>
|