6 次代码提交

作者 SHA1 备注 提交日期
  Alex Cheung 4171a9fdcf Merge branch 'New_Enhancement' into CR013B2 4 周前
  Alex Cheung 065188ae99 update check type 4 周前
  Jason Chuang 7e61c2adee update message 1 个月前
  Jason Chuang 0b2c08c7a5 update message 1 个月前
  Jason Chuang 9f0e080138 update message 1 个月前
  Alex Cheung 9fc1ac49ed update org combo update 1 个月前
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js

+ 2
- 2
src/pages/User/DetailsPage_Organization/UserInformationCard_Organization.js 查看文件

@@ -85,11 +85,11 @@ const UserInformationCard_Organization = ({ userData, loadDataFun, orgData }) =>
countryCode: values.fax_countryCode,
faxNumber: values.faxNumber
},
identification: values.identification,
// identification: values.identification,
emailBus: values.emailBus,
contactPerson: values.contactPerson,
orgId: values.orgId?.id,
preferLocale: values.preferLocale.type
preferLocale: values.preferLocale?.type
},
onSuccess: function () {
notifySaveSuccess()


正在加载...
取消
保存