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]