mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 01:36:47 +08:00
讲师管理bug
This commit is contained in:
@@ -293,7 +293,7 @@ export default{
|
||||
if(res.data.code == 200){
|
||||
PlaceOfPayListTwo.value = res.data.data.map(item=>{
|
||||
return {
|
||||
value: item.code,
|
||||
value: item.affiliationCode,
|
||||
label: item.affiliationName
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user