shuishen
2024-01-08 fdd088f0ada3ba493cdf13ee77d9fb0db9ac4a13
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()