zhaoyongnian 3 years ago
parent
commit
6970de9f9a
  1. 9
      src/views/components/resiForm.vue

9
src/views/components/resiForm.vue

@ -1902,6 +1902,15 @@ export default {
this.form.tenantFlag = data.categoryInfo.tenantFlag.toString()
this.form.floatingFlag = data.categoryInfo.floatingFlag.toString()
this.form.liveAloneFlag = data.categoryInfo.liveAloneFlag.toString()
if(this.form.partyFlag == '1') this.tabsList.push({label:'党员信息',id:'0',groupId:'parymemberInfoDto'})
if(this.form.ensureHouseFlag == '1') this.tabsList.push({label:'保障房信息',id:'1',groupId:'ensureHouseDto'})
if(this.form.unemployedFlag == '1') this.tabsList.push({label:'失业',id:'2',groupId:'unemployedDto'})
if(this.form.veteranFlag == '1') this.tabsList.push({label:'退役军人',id:'3',groupId:'veteranDto'})
if(this.form.unitedFrontFlag == '1') this.tabsList.push({label:'统战',id:'4',groupId:'unitedFrontDto'})
if(this.form.volunteerFlag == '1') this.tabsList.push({label:'志愿者信息',id:'5',groupId:'volunteerDto'})
if(this.form.oldPeopleFlag == '1') this.tabsList.push({label:'老年人',id:'6',groupId:'oldPeopleDto'})
if(this.form.specialCrowdFlag == '1') this.tabsList.push({label:'特殊人群',id:'7',groupId:'specialDto'})
}
let {categoryId, resiId, buildId, gridId, gridName, homeId, homeName,houseMergeId,unitId,
villageId,birthday,gender,idNum,localResidenceFlag,mobile,name,nation,remark,

Loading…
Cancel
Save