瀏覽代碼

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…
取消
儲存