疯狂的狮子li
2021-11-10 7079a4e7e41fa803b226709e4ea393c849fd4ddf
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");