疯狂的狮子li
2021-07-19 b12bdd1f15c562c7f99ce1588d9f950aaee79bbe
ruoyi-ui/src/views/system/user/profile/index.vue
@@ -81,9 +81,9 @@
  methods: {
    getUser() {
      getUserProfile().then(response => {
        this.user = response.data;
        this.roleGroup = response.roleGroup;
        this.postGroup = response.postGroup;
        this.user = response.data.user;
        this.roleGroup = response.data.roleGroup;
        this.postGroup = response.data.postGroup;
      });
    }
  }