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