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/OperaApplyChangeDetailWindow.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/company/src/components/business/OperaApplyChangeDetailWindow.vue b/company/src/components/business/OperaApplyChangeDetailWindow.vue
index 2336ea6..a4c4046 100644
--- a/company/src/components/business/OperaApplyChangeDetailWindow.vue
+++ b/company/src/components/business/OperaApplyChangeDetailWindow.vue
@@ -285,7 +285,7 @@
       visiblePhone: false,
       form: {
           businessId: null,
-          phone: this.$store.state.userInfo.company.phone,
+          phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null,
           id: null,
           editDate: '',
           code:null
@@ -325,6 +325,8 @@
         this.title = title
         this.dataId = target.applyId
         this.modelId = target.id
+       this.model={}
+       this.apply={}
        this.form.businessId = target.id
        this.num=0
        this.timer=null

--
Gitblit v1.9.3