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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/company/src/components/business/OperaApplyChangeDetailWindow.vue b/company/src/components/business/OperaApplyChangeDetailWindow.vue
index 5492629..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

--
Gitblit v1.9.3