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() 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