Przeglądaj źródła

fix after system lock show active

master
Alex Cheung 1 rok temu
rodzic
commit
72ee74e867
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/pages/User/DetailsPage_Organization/index.js

+ 1
- 0
src/pages/User/DetailsPage_Organization/index.js Wyświetl plik

@@ -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):"";


Ładowanie…
Anuluj
Zapisz