From 44e16b77e8cfee986b04cb239a6dee22d3c6624c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 1 Dec 2023 16:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81=E5=81=A5?= =?UTF-8?q?=E5=A3=AE=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/nongKe/gather/select_warehouse.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/nongKe/gather/select_warehouse.vue b/pages/nongKe/gather/select_warehouse.vue index 8a22765..ca6b04d 100644 --- a/pages/nongKe/gather/select_warehouse.vue +++ b/pages/nongKe/gather/select_warehouse.vue @@ -317,6 +317,9 @@ // this.item = item }, initShop(item){ + if(item.spec==''||item.spec==undefined||item.spec==null){ + item.spec = "标准版" + } item.attr = [{ value: '规格', detail: [item.spec]