From 549d5559da8ccc6944eebe2dea24d3668db03644 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 03 四月 2024 18:30:30 +0800
Subject: [PATCH] mrshi

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

diff --git a/company/src/components/business/InsuranceDetails.vue b/company/src/components/business/InsuranceDetails.vue
index d906679..19d6027 100644
--- a/company/src/components/business/InsuranceDetails.vue
+++ b/company/src/components/business/InsuranceDetails.vue
@@ -86,11 +86,15 @@
 <!--            <el-button type="danger"  :loading="isWorking.export" @click="check(1)">瀹℃牳涓嶉�氳繃</el-button>-->
             <el-button @click="visible=false">鍙栨秷</el-button>
         </template>
+        <template v-else-if="type==2" v-slot:footer>
+            <el-button @click="visible=false">杩斿洖</el-button>
+        </template>
         <template v-else v-slot:footer>
             <el-button type="primary"  :loading="isWorking.export" @click="exportComFilesDo">浼佷笟璇佷欢</el-button>
             <el-button type="primary"  :loading="isWorking.export" @click="exportDetail">瀵煎嚭璇﹀崟</el-button>
             <el-button @click="visible=false">鍙栨秷</el-button>
         </template>
+      </div>
     </GlobalWindow>
 </template>
 
@@ -135,6 +139,7 @@
               this.model = target
               this.type=type
               this.form.id=target.id
+              this.form.checkInfo=''
               this.getDetailListDo()
             },
            getDetailListDo(){

--
Gitblit v1.9.3