mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
修改接口返回的结构
This commit is contained in:
@@ -426,7 +426,7 @@ const getTableDate = (obj) => {
|
|||||||
state.teacherdialogtitle="新增归属组织"
|
state.teacherdialogtitle="新增归属组织"
|
||||||
state.vf = true
|
state.vf = true
|
||||||
lecturer.getAffiliationCode().then(res=>{
|
lecturer.getAffiliationCode().then(res=>{
|
||||||
state.formParam.trainOrgId = res.data
|
state.formParam.trainOrgId = res.data.data
|
||||||
}).catch(()=>{
|
}).catch(()=>{
|
||||||
message.error('获取归属组织编号失败')
|
message.error('获取归属组织编号失败')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user