shish %!s(int64=2) %!d(string=hai) anos
pai
achega
40e3024c3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/admin/shop/changeShop.vue

+ 1 - 1
ghsApp/src/admin/shop/changeShop.vue

@@ -59,7 +59,7 @@ export default {
 	},
 	methods: {
 		showAllShop(){
-			getPtGhsShop().then(res=>{
+			getPtGhsShop({pageSize:100}).then(res=>{
 				this.shopData = res.data
 			})
 		},