diff --git a/src/components/shop-cloud/shop-cloud.vue b/src/components/shop-cloud/shop-cloud.vue index b5e52306352dbf5cb971ed649a23c676f5a669c8..8e823bd5aa46dd113273ceee283346760f1eadac 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) => {