no message
parent
f9c8788d1a
commit
734b265041
|
|
@ -228,6 +228,7 @@ function CorpInfo(props) {
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
// res.data.region = res.data.village || res.data.street || res.data.country || res.data.city || res.data.province;
|
// res.data.region = res.data.village || res.data.street || res.data.country || res.data.city || res.data.province;
|
||||||
setInfoData(res.data);
|
setInfoData(res.data);
|
||||||
|
fetchData();
|
||||||
});
|
});
|
||||||
// data.lrMobile = data.lrMobile && data.lrMobile.label;
|
// data.lrMobile = data.lrMobile && data.lrMobile.label;
|
||||||
// data.contactsPhone = data.contactsPhone && data.contactsPhone.label;
|
// data.contactsPhone = data.contactsPhone && data.contactsPhone.label;
|
||||||
|
|
|
||||||
|
|
@ -131,6 +131,16 @@ function Add(props) {
|
||||||
eqType: UPLOAD_FILE_TYPE_ENUM["19"],
|
eqType: UPLOAD_FILE_TYPE_ENUM["19"],
|
||||||
eqForeignKey: data.userId,
|
eqForeignKey: data.userId,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
data.isBf = data.isBf ? data.isBf : 0;
|
||||||
|
data.isSignLabor = data.isSignLabor ? data.isSignLabor : 0;
|
||||||
|
data.isPay = data.isPay ? data.isPay : 0;
|
||||||
|
data.isInjuriesPay = data.isInjuriesPay ? data.isInjuriesPay : 0;
|
||||||
|
data.isLevelThree = data.isLevelThree ? data.isLevelThree : 0;
|
||||||
|
data.isDepaRrtmentHead = data.isDepaRrtmentHead ? data.isDepaRrtmentHead : 0;
|
||||||
|
data.isSocial = data.isSocial ? data.isSocial : 0;
|
||||||
|
data.isSpecialJob = data.isSpecialJob ? data.isSpecialJob : 0;
|
||||||
|
|
||||||
const values = {
|
const values = {
|
||||||
userImg,
|
userImg,
|
||||||
cardImg,
|
cardImg,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue