From 831cafdd72242d89fcc1f5e447c919a31e129f51 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 29 一月 2024 17:43:43 +0800
Subject: [PATCH] 开发业务接口

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

diff --git a/company/src/components/business/InsuranceDetails.vue b/company/src/components/business/InsuranceDetails.vue
index 00dd1c0..e378b58 100644
--- a/company/src/components/business/InsuranceDetails.vue
+++ b/company/src/components/business/InsuranceDetails.vue
@@ -83,7 +83,7 @@
         </div>
         <template v-if="type==1" v-slot:footer>
             <el-button type="primary"  :loading="isWorking.export" @click="check(0)">鎻愪氦閫氳繃</el-button>
-            <el-button type="danger"  :loading="isWorking.export" @click="check(1)">瀹℃牳涓嶉�氳繃</el-button>
+<!--            <el-button type="danger"  :loading="isWorking.export" @click="check(1)">瀹℃牳涓嶉�氳繃</el-button>-->
             <el-button @click="visible=false">鍙栨秷</el-button>
         </template>
         <template v-else v-slot:footer>
@@ -165,7 +165,7 @@
           },
           check(type){
             this.form.dealBackApply = type;
-            this.$dialog.exportConfirm('纭杩涜璇ユ搷浣滃悧锛�')
+            this.$dialog.messageConfirm('纭杩涜璇ユ搷浣滃悧锛�')
                 .then(() => {
                   this.isWorking = true
                   check(this.form)

--
Gitblit v1.9.3