Răsfoiți Sursa

门店切换

shish 2 ani în urmă
părinte
comite
40e3024c3d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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
 			})
 		},