疯狂的狮子Li
2022-02-07 5a0a9e3a1cd084f12d73f03f073e0c70ea3c135c
ruoyi-ui/src/views/system/user/profile/userInfo.vue
@@ -62,14 +62,13 @@
      this.$refs["form"].validate(valid => {
        if (valid) {
          updateUserProfile(this.user).then(response => {
            this.msgSuccess("修改成功");
            this.$modal.msgSuccess("修改成功");
          });
        }
      });
    },
    close() {
      this.$store.dispatch("tagsView/delView", this.$route);
      this.$router.push({ path: "/index" });
      this.$tab.closePage();
    }
  }
};