mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
讲师管理
This commit is contained in:
@@ -307,12 +307,12 @@
|
||||
}
|
||||
getTrainOrg(obj).then((res)=>{
|
||||
if (res.data.code === 200) {
|
||||
let arr = res.data.data;
|
||||
let arr = res.data.data.records;
|
||||
let array = [];
|
||||
arr.map((value) => {
|
||||
let obj = {
|
||||
value: value.trainorgId,
|
||||
label: value.trainOrg,
|
||||
value: value.affiliationCode,
|
||||
label: value.affiliationName,
|
||||
};
|
||||
array.push(obj);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user