shish 1 yıl önce
ebeveyn
işleme
bd9b9b68ea
1 değiştirilmiş dosya ile 1 ekleme ve 9 silme
  1. 1 9
      ghsApp/src/admin/shop/changeShop.vue

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

@@ -48,15 +48,7 @@ export default {
 		};
 		};
 	},
 	},
 	methods: {
 	methods: {
-		showAllShop(){
-			uni.showLoading()
-			getPtGhsShop({pageSize:100}).then(res=>{
-				uni.hideLoading()
-				this.shopData = res.data
-			})
-		},
 		init(){
 		init(){
-			this.showShop()
 		},
 		},
 		searchShop(){
 		searchShop(){
 			if(!this.$util.isEmpty(this.name)){
 			if(!this.$util.isEmpty(this.name)){
@@ -64,7 +56,7 @@ export default {
 			}
 			}
 		},
 		},
 		showShop(){
 		showShop(){
-			getPtGhsShop({hasSale:0,pageSize:100,name:this.name}).then(res=>{
+			getPtGhsShop({hasSale:0,pageSize:10,name:this.name}).then(res=>{
 				this.shopData = res.data
 				this.shopData = res.data
 			})
 			})
 		},
 		},