讲师管理bug

This commit is contained in:
zhangsir
2024-12-14 16:06:18 +08:00
parent 6c065e10dd
commit f13cf1802c
2 changed files with 36 additions and 8 deletions

View File

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