提交 04917d05 编写于 作者: A Alfredo Sumaran

Do not send page param when loading sub groups

上级 1f0a785d
......@@ -13,10 +13,11 @@ export default class GroupsService {
if (parentId) {
data.parent_id = parentId;
}
if (page) {
data.page = page;
} else {
// Do not send this param for sub groups
if (page) {
data.page = page;
}
}
return this.groups.get(data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册