疯狂的狮子li
2021-07-06 59114a14ffc153812b6df1d912a67887d8dfb492
ruoyi-ui/src/views/system/user/authRole.vue
@@ -71,8 +71,8 @@
    if (userId) {
      this.loading = true;
      getAuthRole(userId).then((response) => {
        this.form = response.user;
        this.roles = response.roles;
        this.form = response.data.user;
        this.roles = response.data.roles;
        this.total = this.roles.length;
        this.$nextTick(() => {
          this.roles.forEach((row) => {