From 136db8092f854275e6683b7d29040010fe3d85c6 Mon Sep 17 00:00:00 2001 From: shengchanzhe <179998674@qq.com> Date: Tue, 30 May 2023 14:55:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/supply_chain/supplier.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/nongKe/supply_chain/supplier.vue b/pages/nongKe/supply_chain/supplier.vue index 1e36a1f..2adf161 100644 --- a/pages/nongKe/supply_chain/supplier.vue +++ b/pages/nongKe/supply_chain/supplier.vue @@ -275,7 +275,9 @@ }, onLoad(options) { this.product_type = options.product_type ?? 0 - this.sotreParam.street_id = options.street_id + if(options.street_id!=undefined){ + this.sotreParam.street_id = options.street_id + } this.sotreParam.type_id = options.type_id this.sotreParam.type_id = options.type_id && options.type_id.split(',').toString() || '' this.sotreParam.category_id = options.cate_id && options.cate_id.split(',').toString() || ''