zs 2 lat temu
rodzic
commit
25e16ffd8a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pagesMy/dough/index.vue

+ 1 - 1
pagesMy/dough/index.vue

@@ -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,