From 90ed1cae5c4344b662a89302e073b106174897b9 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 2 Aug 2024 16:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/waybill/WaybillOrderList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/waybill/WaybillOrderList.vue b/src/views/waybill/WaybillOrderList.vue index 94fa5ce8..c94f9104 100644 --- a/src/views/waybill/WaybillOrderList.vue +++ b/src/views/waybill/WaybillOrderList.vue @@ -840,7 +840,7 @@ const handleBatchRecover = () => { /** 查看运单 */ const handleGoWaybillDetails = ({ row }) => { - if (row.waybillNo === '————' || !row.waybillId) return ElMessage.warning('暂无运单号'); + if (row.waybillNo === '————' || !row.id) return ElMessage.warning('暂无运单号'); console.log('row :>> ', row); $router.push({