mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
讲师管理bug
This commit is contained in:
@@ -82,8 +82,8 @@ export default {
|
|||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
AddContentList:{
|
AddContentList:{
|
||||||
type:Object,
|
type:Array,
|
||||||
default: true,
|
default: ()=>[],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
setup(props, ctx) {
|
setup(props, ctx) {
|
||||||
|
|||||||
@@ -1235,7 +1235,7 @@ export default {
|
|||||||
state.formParam.orgLists = ids?.map((id, index) => ({
|
state.formParam.orgLists = ids?.map((id, index) => ({
|
||||||
name: names[index],
|
name: names[index],
|
||||||
id: id
|
id: id
|
||||||
}));
|
}))||[]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user