From c9af6bb994e96776d796480dd21ff0a95e1212cd Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期日, 24 九月 2023 18:38:44 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/mom-before

---
 src/components/view/unqualifiedManagement.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/view/unqualifiedManagement.vue b/src/components/view/unqualifiedManagement.vue
index 2d8c9d7..be696d6 100644
--- a/src/components/view/unqualifiedManagement.vue
+++ b/src/components/view/unqualifiedManagement.vue
@@ -107,7 +107,7 @@
               >
             </template>
           </el-table-column>
-          <el-table-column prop="deal_reasult" label="澶勭悊缁撴灉" width="100">
+          <el-table-column prop="deal_reasult" label="璇勫缁撴灉" width="100">
             <template slot-scope="scope">
               <span style="color:#E84738;" v-if="scope.row.deal_reasult == 0"
                 >涓嶉�氳繃</span
@@ -243,6 +243,7 @@
         .then(res => {
           this.unqualifiedTable = [];
           this.getDetailInfo();
+          this.$parent.removeAllTab()
         });
     }
   }

--
Gitblit v1.9.3