From d889eaf990af99c06970e51f2bc421ac0015489c Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期四, 05 五月 2022 13:30:31 +0800
Subject: [PATCH] bug修复

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

diff --git a/src/views/personalCenter/components/BasicInfo.vue b/src/views/personalCenter/components/BasicInfo.vue
index 1622d8f..eb5bb7e 100644
--- a/src/views/personalCenter/components/BasicInfo.vue
+++ b/src/views/personalCenter/components/BasicInfo.vue
@@ -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