From 156697743ce0fe598f703b5ccfe0820754ebdb4f Mon Sep 17 00:00:00 2001 From: xuyiming Date: Sat, 25 Jul 2020 14:57:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E8=B5=84=E6=BA=90=E7=94=B3=E8=AF=B7fi?= =?UTF-8?q?xed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/shop-cloud/shop-cloud.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/shop-cloud/shop-cloud.vue b/src/components/shop-cloud/shop-cloud.vue index b5e5230..8e823bd 100644 --- a/src/components/shop-cloud/shop-cloud.vue +++ b/src/components/shop-cloud/shop-cloud.vue @@ -1111,8 +1111,8 @@ export default { }, getUser() { this.form.department_name = this.$store.state.userInfo.department_name; - this.form.phone = this.$store.state.userInfo.phone; - this.form.link_man = this.$store.state.userInfo.link_man; + this.form.phone = ""; + this.form.link_man = ""; }, getNameSpaceList() { this.$api.serviceShop.getCloudList().then((response) => { -- 2.26.0