shish 2 лет назад
Родитель
Сommit
40e3024c3d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/shop/changeShop.vue

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

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