RuoYi
2024-12-25 b45dc2ec25f5bf7cc599a4ccc950e05bda3c5c12
ruoyi-ui/src/views/system/role/selectUser.vue
@@ -127,10 +127,8 @@
      }
      authUserSelectAll({ roleId: roleId, userIds: userIds }).then(res => {
        this.$modal.msgSuccess(res.msg);
        if (res.code === 200) {
          this.visible = false;
          this.$emit("ok");
        }
        this.visible = false;
        this.$emit("ok");
      });
    }
  }