RuoYi
2021-07-31 93ee021b6e8a9e6b3bca12c2f35f6e3c68baef5a
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() {