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(() => {