From d82df3d7d29a81ab2f1a268330e1fcf257c7f479 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 10 Aug 2023 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=85=9A=E6=94=AF=E9=83=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiForm.vue | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index b232432be..779e978f2 100644 --- a/src/views/components/resiForm.vue +++ b/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) => {