修改接口返回的结构

This commit is contained in:
zhangsir
2024-10-26 09:49:56 +08:00
parent f0034687c4
commit 996143f721

View File

@@ -426,7 +426,7 @@ const getTableDate = (obj) => {
state.teacherdialogtitle="新增归属组织"
state.vf = true
lecturer.getAffiliationCode().then(res=>{
state.formParam.trainOrgId = res.data
state.formParam.trainOrgId = res.data.data
}).catch(()=>{
message.error('获取归属组织编号失败')
})