From 626630050b7a66288872ccba387f56dbaa6b5f09 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期日, 07 四月 2024 09:24:54 +0800
Subject: [PATCH] 提交一把

---
 company/src/components/business/detailsEntrustedInsurance.vue |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/company/src/components/business/detailsEntrustedInsurance.vue b/company/src/components/business/detailsEntrustedInsurance.vue
index 23fe825..a668ef5 100644
--- a/company/src/components/business/detailsEntrustedInsurance.vue
+++ b/company/src/components/business/detailsEntrustedInsurance.vue
@@ -451,13 +451,13 @@
       dataId: null,
       signTitle: '鎵嬫満鍙烽獙璇�',
       fileTitle: '鏌ョ湅鎶曚繚鍗�',
-      fileFlag:0,
+      fileFlag: 0,
       visibleFile: false,
       fileData: [],
       model: {},
       form: {
         businessId: null,
-        phone: this.$store.state.userInfo.company.phone,
+        phone: this.$store.state.userInfo.company ? this.$store.state.userInfo.company.phone:null,
         code: '',
         type: 0
       },
@@ -508,7 +508,6 @@
       this.fileData = []
       this.taobaodanFileData = []
       this.baoxiandanFileData = []
-      this.dataId = null
       this.dataId = target.id
       this.form.businessId = target.id
       this.formInline.applyStatus = ''
@@ -772,15 +771,6 @@
       this.visibleFile=true
       this.fileTitle='鏌ョ湅鎶曚繚鍗�'
       this.fileFlag = 0
-     /* if (this.model.toubaodanSignedFile && this.model.toubaodanSignedFile.fileurlFull) {
-        setTimeout(() => {
-          window.open(this.model.toubaodanSignedFile.fileurlFull)
-        }, 500)
-      } else if (this.model.toubaodanFile && this.model.toubaodanFile.fileurlFull) {
-        setTimeout(() => {
-          window.open(this.model.toubaodanFile.fileurlFull)
-        }, 500)
-      }*/
     },
     viewBaoxiandan () {
       this.fileFlag = 1

--
Gitblit v1.9.3