src/views/property/components/partyOrganizationMember.vue
@@ -515,6 +515,7 @@ done() }, beforeOpen (done, type) { const column = this.findObject(this.option.column, "householdId"); if (["edit", "view"].includes(type)) { getDetail(this.form.id).then(res => { this.form = res.data.data @@ -524,11 +525,12 @@ id:this.form.householdId } getAllHouseHold(params).then(res=>{ const column = this.findObject(this.option.column, "householdId"); column.dicData = res.data.data }) }) }else{ column.dicData = [] } this.initFlag = true done()