mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
讲师管理bug
This commit is contained in:
@@ -264,6 +264,13 @@ const deleteDepSelect = () => {
|
||||
|
||||
//确定添加授权
|
||||
const submitAuth = () => {
|
||||
teaunm.value.map(item=>{
|
||||
props.arrayList.map(i=>{
|
||||
if(item.id === i.userId){
|
||||
item.affiliationUserId = i.affiliationUserId
|
||||
}
|
||||
})
|
||||
})
|
||||
emit('update:arrayList',teaunm.value)
|
||||
emit('valueChange',teaunm.value,props.type)
|
||||
visiable.value = false;
|
||||
|
||||
Reference in New Issue
Block a user