Browse Source

获取党支部接口

V1.0
mk 2 years ago
parent
commit
d82df3d7d2
  1. 16
      src/views/components/resiForm.vue

16
src/views/components/resiForm.vue

@ -1304,7 +1304,6 @@ export default {
this.getMarriageDict()
this.getResideDict()
this.getSpouseDict()
this.getBranchlist()
this.getPartyDict()
this.getResidentDict()
this.getHousing()
@ -1946,20 +1945,7 @@ export default {
console.log(error,'获取民族字典');
}
},
async getBranchlist(){
try {
const { data } = await this.$http.post('resi/partymember/icPartyOrg/branchlist',{formCode: "resi_base_info"})
this.footerInputList.forEach(c => {
for(let i of c.children){
if(i.formName == 'partyOrgId' ){
i.opction = data.data
}
}
})
} catch (error) {
console.log(error,'获取支部字典');
}
},
getTreeData (data) {
if (!Array.isArray(data)) return [];
let arr = data.map((item) => {

Loading…
Cancel
Save