Browse Source

Merge branch 'dev' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into dev

shibei_master
13176889840 4 years ago
parent
commit
f80eeee964
  1. 1
      src/views/modules/base/community/communityForm.vue
  2. 4
      src/views/modules/workSys/mapConfig.vue

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

4
src/views/modules/workSys/mapConfig.vue

@ -735,7 +735,9 @@ export default vueGis;
.div_map {
width: 100%;
}
</style>
<style>
.ol-overlaycontainer-stopevent {
display: none;
}
</style>
</style>
Loading…
Cancel
Save