|
@@ -290,6 +290,7 @@ export default defineComponent({
|
|
|
labelField: 'name',
|
|
|
childrenField: 'children',
|
|
|
placeholderField: '请选择乐谱教材',
|
|
|
+ checkStrategy:'child',
|
|
|
options: state.musicSheetCategories
|
|
|
})
|
|
|
]
|
|
@@ -330,6 +331,7 @@ export default defineComponent({
|
|
|
labelField="name"
|
|
|
children-field="children"
|
|
|
placeholder="请选择曲目分类"
|
|
|
+ checkStrategy={"child"}
|
|
|
value={row.projectMusicCategoryId}
|
|
|
options={state.musicSheetCategories}
|
|
|
onUpdateValue={(value: any) => {
|