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

diff --git a/company/src/components/business/OperaApplyChangeUnitDetailWindow.vue b/company/src/components/business/OperaApplyChangeUnitDetailWindow.vue
index 3231746..079d084 100644
--- a/company/src/components/business/OperaApplyChangeUnitDetailWindow.vue
+++ b/company/src/components/business/OperaApplyChangeUnitDetailWindow.vue
@@ -277,7 +277,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