소스 검색

fix after system lock show active

master
Alex Cheung 1 년 전
부모
커밋
72ee74e867
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/pages/User/DetailsPage_Organization/index.js

+ 1
- 0
src/pages/User/DetailsPage_Organization/index.js 파일 보기

@@ -139,6 +139,7 @@ const UserMaintainPage_Organization = () => {
response.data["faxNumber"] = response.data.faxNo?.faxNumber;
response.data["fax_countryCode"] = response.data.faxNo?.countryCode;
response.data["status"] = response.data?.locked?"locked":response.data?.status;
//response.data["orgId"] = response.data.brExpiryDate?DateUtils.dateStr(response.data.brExpiryDate):"";


불러오는 중...
취소
저장