RuoYi
2021-09-04 d2de744c3fc9d746ca5f63c27d754c5e9b1c592a
ruoyi-ui/src/views/system/role/index.vue
@@ -571,7 +571,7 @@
    /** 分配用户操作 */
    handleAuthUser: function(row) {
      const roleId = row.roleId;
      this.$router.push("/auth/user/" + roleId);
      this.$router.push("/system/role-auth/user/" + roleId);
    },
    /** 提交按钮 */
    submitForm: function() {