From 48eb5dc61ac07d232632b13d040006128ed5cceb Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 31 一月 2024 20:59:23 +0800
Subject: [PATCH] 开发业务接口

---
 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