RuoYi
2024-09-21 3dca02b30693c76f31ca1ea4fcb42aa51df733a6
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");
      });
    }
  }