mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
讲师费管理,讲师体系 下拉框支持搜索 , 筛选结果
This commit is contained in:
@@ -708,13 +708,13 @@
|
||||
state.orgList = res.data.data?.map(item=>{
|
||||
return{
|
||||
label: item.affiliationName,
|
||||
value: item.id
|
||||
value: item.affiliationName
|
||||
}
|
||||
})
|
||||
state.orgListSearch = res.data.data?.map(item=>{
|
||||
return{
|
||||
label: item.affiliationName,
|
||||
value: item.affiliationName
|
||||
value: item.id
|
||||
}
|
||||
})
|
||||
state.orgListSearch.unshift({
|
||||
|
||||
Reference in New Issue
Block a user