瀏覽代碼

emport phone no

CR003
Jason Chuang 9 月之前
父節點
當前提交
257526d37c
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      src/pages/PublicNotice/ApplyForm/index.js

+ 3
- 1
src/pages/PublicNotice/ApplyForm/index.js 查看文件

@@ -44,13 +44,15 @@ const ApplyForm = () => {
url: `${UrlUtils.GET_PUBLIC_NOTICE_getApplyUser}`,
onSuccess: function (response) {
response["tel_countryCode"] = response?.contactTelNo?.countryCode;
response["phoneNumber"] = response?.contactTelNo?.phoneNumber;
response["fax_countryCode"] = response?.contactFaxNo?.countryCode;
response["phoneNumber"] = response?.contactTelNo?.phoneNumber;
response["faxNumber"] = response?.contactFaxNo?.faxNumber;
response["issueId"] = response?.gazetteIssueList[0].id;
response["remarks"] = "";
if (isDummyLoggedIn()){
response["contactPerson"] = "";
response["phoneNumber"] = "";
response["faxNumber"] = "";
}

var selection = [];


Loading…
取消
儲存