From fb50530bb30b140ec1f3a159eaddea7dab3076b5 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 27 Oct 2023 18:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=9B=E5=BA=94=E9=93=BE?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=AF=BC=E5=85=A5=E5=A7=94=E6=89=98=E5=95=86?= =?UTF-8?q?=E5=93=81=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/online_warehousing/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/users/online_warehousing/index.vue b/pages/users/online_warehousing/index.vue index b22c69e..85a7a28 100644 --- a/pages/users/online_warehousing/index.vue +++ b/pages/users/online_warehousing/index.vue @@ -142,7 +142,10 @@ } }, onLoad(option) { - // console.log(option); + console.log(option); + if(option.type=="TypeSupplyChain"||option.type=="TypeTownSupplyChain"){ + this.where.product_type = 99; + } this.mer_id = option.mer_id this.getList(); this.data.product_id = option.product_id