From ad511959fe603f65f8adc22a9d31d2c444e6400a Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 4 Nov 2021 10:25:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=A2=9E=E5=A4=A7?= =?UTF-8?q?=E7=BC=A9=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workSys/mapConfig.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/modules/workSys/mapConfig.vue b/src/views/modules/workSys/mapConfig.vue index 05a56381..2e41fcfe 100644 --- a/src/views/modules/workSys/mapConfig.vue +++ b/src/views/modules/workSys/mapConfig.vue @@ -735,7 +735,9 @@ export default vueGis; .div_map { width: 100%; } + + \ No newline at end of file + \ No newline at end of file From b3032648dcbed501aab0c79d74965a8db0abb2c4 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Thu, 4 Nov 2021 16:18:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=A9=E4=B8=9A=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/community/communityForm.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/modules/base/community/communityForm.vue b/src/views/modules/base/community/communityForm.vue index bce626a3..77323e68 100644 --- a/src/views/modules/base/community/communityForm.vue +++ b/src/views/modules/base/community/communityForm.vue @@ -383,6 +383,7 @@ export default { type: 'success', message: '添加物业成功' }) + this.dataForm.propertyId = data.propertyId this.propertyForm.name = '' this.propertyFormShow = false this.loadProperty()