mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 13:26:45 +08:00
讲师管理bug
This commit is contained in:
@@ -154,11 +154,11 @@ watch(stuSelectRows,(val)=>{
|
||||
}
|
||||
teaunm.value = val.map((res,index)=>{
|
||||
return {
|
||||
userName:res.realName,
|
||||
userNo:res.userNo,
|
||||
userName:res?.realName,
|
||||
userNo:res?.userNo,
|
||||
type: props.type,
|
||||
userId: res.id,
|
||||
label: res.realName + res.userNo,
|
||||
userId: res?.id,
|
||||
label: res?.realName + res?.userNo,
|
||||
...res
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user