讲师管理bug

This commit is contained in:
zhangsir
2024-11-20 13:47:31 +08:00
parent 2228600571
commit b5388ddbaf
2 changed files with 3 additions and 3 deletions

View File

@@ -82,8 +82,8 @@ export default {
default: true,
},
AddContentList:{
type:Object,
default: true,
type:Array,
default: ()=>[],
}
},
setup(props, ctx) {

View File

@@ -1235,7 +1235,7 @@ export default {
state.formParam.orgLists = ids?.map((id, index) => ({
name: names[index],
id: id
}));
}))||[]
}