RuoYi
2021-10-15 519ea854d57f83feb6d6e992ce85eaad0a9acaaa
ruoyi-ui/src/views/system/role/selectUser.vue
@@ -124,7 +124,7 @@
      const roleId = this.queryParams.roleId;
      const userIds = this.userIds.join(",");
      authUserSelectAll({ roleId: roleId, userIds: userIds }).then(res => {
        this.msgSuccess(res.msg);
        this.$modal.msgSuccess(res.msg);
        if (res.code === 200) {
          this.visible = false;
          this.$emit("ok");