Browse Source

Merge branch 'dev-220411'

shibei_master
jiangyy 3 years ago
parent
commit
b50ddecd09
  1. 2
      src/views/modules/base/community/roomForm.vue

2
src/views/modules/base/community/roomForm.vue

@ -171,7 +171,7 @@ export default {
this.$refs.ref_form.resetFields();
this.agencyObj = agencyObj
this.formType = type
if (row.houseId) {
if (row) {
this.houseId = row.houseId
await this.loadHouseInfo()

Loading…
Cancel
Save