Browse Source

111

shibei_master
jiangyy 3 years ago
parent
commit
82ccf61d87
  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