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