From c7ec9e17f6e48335912bad1c07df56ba8eb8f662 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期四, 05 五月 2022 13:35:21 +0800
Subject: [PATCH] page subuser

---
 src/views/personalCenter/components/BasicInfo.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/personalCenter/components/BasicInfo.vue b/src/views/personalCenter/components/BasicInfo.vue
index bd41987..eb5bb7e 100644
--- a/src/views/personalCenter/components/BasicInfo.vue
+++ b/src/views/personalCenter/components/BasicInfo.vue
@@ -118,8 +118,8 @@
       },
       userInfo: {
         userId: "",
-        username: "panlei",
-        phoneNum: "17610829559",
+        username: "",
+        phoneNum: "",
         type: "", // 鏅�氱敤鎴疯繕鏄紑鍙戣��
         userType: 1, // 涓汉杩樻槸鍏徃
         industryId: "",
@@ -182,6 +182,7 @@
       entireUserInfo(this.userInfo)
         .then((res) => {
           this.$notify.success("璐︽埛淇℃伅淇濆瓨鎴愬姛");
+          // this.$emit("gotolist")
         })
         .catch((err) => {
           if (err && err.status == 401) {

--
Gitblit v1.8.0