RuoYi
2021-09-23 258335cc6599dacd6130e1da988a403efe67219d
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");