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=>{
|
state.orgList = res.data.data?.map(item=>{
|
||||||
return{
|
return{
|
||||||
label: item.affiliationName,
|
label: item.affiliationName,
|
||||||
value: item.id
|
value: item.affiliationName
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
state.orgListSearch = res.data.data?.map(item=>{
|
state.orgListSearch = res.data.data?.map(item=>{
|
||||||
return{
|
return{
|
||||||
label: item.affiliationName,
|
label: item.affiliationName,
|
||||||
value: item.affiliationName
|
value: item.id
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
state.orgListSearch.unshift({
|
state.orgListSearch.unshift({
|
||||||
|
|||||||
Reference in New Issue
Block a user