@@ -111,7 +111,7 @@
let info = {
skip: that.skip,
limit: that.limit,
- persons: user._id
+ person: user._id
}
let res = await that.$api(`/group`, 'GET', {
...info,