From fe3fd82f31b4fb43f6b207715a443e96d0442b26 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 02 四月 2024 16:38:52 +0800
Subject: [PATCH] 提交一把

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

diff --git a/company/src/components/business/InsuranceDetails.vue b/company/src/components/business/InsuranceDetails.vue
index e378b58..9cb2c76 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: []
             }
         },
@@ -135,6 +135,7 @@
               this.model = target
               this.type=type
               this.form.id=target.id
+              this.form.checkInfo=''
               this.getDetailListDo()
             },
            getDetailListDo(){
@@ -172,7 +173,9 @@
                       .then(response => {
                         this.visible = false
                         this.$emit('success')
-                      })
+                      }).catch(err => {
+                    this.$tip.apiFailed(err)
+                  })
                 })
                 .catch(() => {
                 })
@@ -189,9 +192,6 @@
                       .catch(e => {
                         console.log(e)
                         this.$message.error('鏁版嵁涓嬭浇澶辫触锛�')
-                      })
-                      .finally(() => {
-                        this.isWorking = false
                       })
                 })
                 .catch(() => {

--
Gitblit v1.9.3