Untitled

 avatar
user_8700000
plain_text
10 months ago
231 B
7
Indexable
function Calculation(formData) {
  
  if (currentUser.isPerson) {
    return 'Thông tin người nộp hồ sơ';
  }

    if (currentUser.isOrganization) {
    return 'Thông tin tổ chức nộp hồ sơ';
  }

  return null;
}
Editor is loading...
Leave a Comment