From a21e7d865a64386eadeece61528b683e5fbc6444 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 1 Apr 2024 15:51:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=8C=E6=94=BF=E7=BB=84=E7=BB=87,?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=8C=BA=E5=88=92,=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E8=A1=A5=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/organization/organization.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index eb6b395a7..53f079d6c 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -2716,6 +2716,7 @@ export default { contacts: this.OrgDetailsForm.contacts, mobile: this.OrgDetailsForm.mobile, code: this.OrgDetailsForm.code, + areaCode: this.OrgDetailsForm.areaCode, latitude: this.latitude, longitude: this.longitude, };