Browse Source

bug

feature
zhaoyongnian 3 years ago
parent
commit
13432a7506
  1. 2
      src/views/components/resiForm.vue

2
src/views/components/resiForm.vue

@ -1817,7 +1817,6 @@ export default {
}
},
getFormData(data) {
this.form.categoryId = data.categoryInfo.id,//
this.form.resiId = data.resiId
this.form.buildId = data.houseInfo.buildId
this.form.gridId = data.houseInfo.gridId
@ -1836,6 +1835,7 @@ export default {
this.form.nation = data.nation ? data.nation : ''
this.form.remark = data.remark ? data.remark : ''
if (data.categoryInfo) {
this.form.categoryId = data.categoryInfo.id,//
this.form.partyFlag = data.categoryInfo.partyFlag.toString()
this.form.subsistenceAllowanceFlag = data.categoryInfo.subsistenceAllowanceFlag.toString()
this.form.ensureHouseFlag = data.categoryInfo.ensureHouseFlag.toString()

Loading…
Cancel
Save