jiangping
2025-06-11 3e76748af46dcc2602205f80caf8e9ea357c1e53
company/src/components/enterprise/onlineReporting.vue
@@ -724,7 +724,7 @@
    getSolutions (id) {
      const row = this.user.filter(item => item.id === id)
      this.form.idcardNo = row[0].idcardNo
      findList({ memberId: id })
      findList({ memberId: id, isSettleClaims: 1 })
        .then(res => {
          this.form.insuranceApplyId = ''
          res.forEach(item => {