shish hace 2 años
padre
commit
eea3e2cf38
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 2 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -370,7 +370,8 @@ export default {
 		goSearchFn(){
 			let ghsShopId = this.ghsInfo.shopId ? this.ghsInfo.shopId : 0
 			//源花汇暂时开放一个字也能搜索
-			let limit = ghsShopId == 10649 ? 0 : 1
+			//let limit = ghsShopId == 10649 ? 0 : 1
+			let limit = 1
 			this.searchFn(limit)
 		},
 		hideCartItem(){