no message

master
853931625@qq.com 2026-06-05 16:03:28 +08:00
parent f9c8788d1a
commit 734b265041
2 changed files with 11 additions and 0 deletions

View File

@ -228,6 +228,7 @@ function CorpInfo(props) {
}).then((res) => {
// res.data.region = res.data.village || res.data.street || res.data.country || res.data.city || res.data.province;
setInfoData(res.data);
fetchData();
});
// data.lrMobile = data.lrMobile && data.lrMobile.label;
// data.contactsPhone = data.contactsPhone && data.contactsPhone.label;

View File

@ -131,6 +131,16 @@ function Add(props) {
eqType: UPLOAD_FILE_TYPE_ENUM["19"],
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 = {
userImg,
cardImg,