疯狂的狮子li
2021-12-27 a8227453fc9ae6826e0f02ef1f74b75052783170
ruoyi-ui/src/views/system/role/selectUser.vue
@@ -123,6 +123,10 @@
    handleSelectUser() {
      const roleId = this.queryParams.roleId;
      const userIds = this.userIds.join(",");
      if (userIds == "") {
        this.$modal.msgError("请选择要分配的用户");
        return;
      }
      authUserSelectAll({ roleId: roleId, userIds: userIds }).then(res => {
        this.$modal.msgSuccess(res.msg);
        if (res.code === 200) {