From 215823d4a764d87b3e4c13767f748e61f06aebfc Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 07 五月 2022 12:11:15 +0800 Subject: [PATCH] add sub user reset --- 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