zs 2 лет назад
Родитель
Сommit
25e16ffd8a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pagesMy/dough/index.vue

+ 1 - 1
pagesMy/dough/index.vue

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