RuoYi
2021-10-10 ae5c68368be574a12952b64b1b91808307eed310
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");