From a68bf12a2975405f57f9a9d51b91c13a93c026f0 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期三, 31 一月 2024 21:01:36 +0800 Subject: [PATCH] Mr.Shi --- company/src/components/business/InsuranceDetails.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/company/src/components/business/InsuranceDetails.vue b/company/src/components/business/InsuranceDetails.vue index e378b58..427249e 100644 --- a/company/src/components/business/InsuranceDetails.vue +++ b/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(() => { -- Gitblit v1.9.3