From 9ea8fb87013448fab6fc93b3ae60a105a0fd8a30 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 28 Apr 2023 15:10:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/base/organization/organization.vue b/src/views/modules/base/organization/organization.vue index 2e8f87a5b..9213d7859 100644 --- a/src/views/modules/base/organization/organization.vue +++ b/src/views/modules/base/organization/organization.vue @@ -1639,8 +1639,8 @@ export default { (this.modifyGridFrom.gridTypeName = ""), (this.modifyGridFrom.contacts = ""), (this.modifyGridFrom.mobile = ""), - (this.latitude = ""), - (this.longitude = ""), + (this.gridLat = ""), + (this.gridLng = ""), (this.modifyGridFrom.agencyId = ""), (this.modifyGridFrom.gridType = ""), (this.modifyGridFrom.manageDistrict = ""),