소스 검색

User Management email update

master
30117125 4 년 전
부모
커밋
68a14068b9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      src/components/user/updateProfileInfo.vue

+ 1
- 0
src/components/user/updateProfileInfo.vue 파일 보기

@@ -504,6 +504,7 @@ export default {
504 504
       this.individual.address.postalCode = address.postalCode;
505 505
     },
506 506
     sendToApi() {
507
+      this.individual.emailAddress = this.individual.email;
507 508
       if (
508 509
         this.individual.user.role === "Agency" ||
509 510
         this.individual.user.role === "Agent" ||

Loading…
취소
저장