From 5019ed6016b47221321bf395cd102dc4b51b4724 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期一, 05 二月 2024 09:40:43 +0800
Subject: [PATCH] Mr.Shi

---
 company/src/components/business/InsuranceDetails.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/company/src/components/business/InsuranceDetails.vue b/company/src/components/business/InsuranceDetails.vue
index e378b58..d906679 100644
--- a/company/src/components/business/InsuranceDetails.vue
+++ b/company/src/components/business/InsuranceDetails.vue
@@ -118,7 +118,7 @@
                 // 楠岃瘉瑙勫垯
                 rules: {
                 },
-                reverse: true,
+                reverse: false,
                 tableData: []
             }
         },
@@ -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