MrShi
2024-01-31 a68bf12a2975405f57f9a9d51b91c13a93c026f0
company/src/components/business/InsuranceDetails.vue
@@ -172,7 +172,9 @@
                      .then(response => {
                        this.visible = false
                        this.$emit('success')
                      })
                      }).catch(err => {
                    this.$tip.apiFailed(err)
                  })
                })
                .catch(() => {
                })
@@ -189,9 +191,6 @@
                      .catch(e => {
                        console.log(e)
                        this.$message.error('数据下载失败!')
                      })
                      .finally(() => {
                        this.isWorking = false
                      })
                })
                .catch(() => {