提交 4cbc3a62 作者: 翁进城

报名学习接口修正

上级 b1e2db7b
......@@ -242,8 +242,12 @@ export default function FlyingHandService() {
try{
const res = await api.PilotRegistrations({
...values,
city: values.city[values.city.length-1] || null
})
city: values.city[values.city.length - 1] || undefined,
province: values.city[0] || undefined,
uavLicenseLevelOne: values.uavLicenseLevelOne[0],
uavLicenseLevelTow: values.uavLicenseLevelOne[1],
uavLicenseLevelThree: values.uavLicenseLevelOne[2]
});
if (res.code === "200") {
setLoading(false);
setIsModalOpen(false);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论