From 3e72240f9926463bba8d2d5cbec743dbcdcf9bd3 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期日, 07 四月 2024 16:00:32 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/components/business/OperaWtbApplyShopWindow.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/company/src/components/business/OperaWtbApplyShopWindow.vue b/company/src/components/business/OperaWtbApplyShopWindow.vue
index 510190d..1d6743c 100644
--- a/company/src/components/business/OperaWtbApplyShopWindow.vue
+++ b/company/src/components/business/OperaWtbApplyShopWindow.vue
@@ -439,9 +439,9 @@
:title="signTitle"
:visible.sync="visiblePhone"
width="500px"
- :modal="false"
- :show-close="false"
- :close-on-click-modal="false"
+ :modal="true"
+ :show-close="true"
+ append-to-body
center>
<el-form :model="form" ref="form" :rules="rules">
<el-form-item label="鎵嬫満鍙�" prop="phone">
@@ -514,7 +514,7 @@
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
},
--
Gitblit v1.9.3