jiangping
2025-06-16 cd41350122ad79f50a3090b0e41e537e4b5cdb0d
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 => {