mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -93,7 +93,7 @@ import * as lecturerApi from "@/api/Lecturer.js";
|
||||
notLists?.value?.some(i=>{
|
||||
if(i.orgId == item.id){
|
||||
item.disabled = true
|
||||
item.name = item.name + '(' + i.orgName + ')'
|
||||
item.name = item.name + '(' + i.affiliationName + ')'
|
||||
return true
|
||||
}
|
||||
})
|
||||
@@ -129,7 +129,7 @@ import * as lecturerApi from "@/api/Lecturer.js";
|
||||
notLists.value.some(i=>{
|
||||
if(i.orgId == item.id){
|
||||
item.disabled = true
|
||||
item.name = item.name + '(' + i.orgName + ')'
|
||||
item.name = item.name + '(' + i.affiliationName + ')'
|
||||
return true
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user