From 169bb421c04a9371aacffba648281661572b664f Mon Sep 17 00:00:00 2001 From: xielue Date: Tue, 19 Sep 2023 19:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=85=B7=20=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Middle/Mold/MoldProductionOrder/Detail.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/Middle/Mold/MoldProductionOrder/Detail.vue b/src/pages/Middle/Mold/MoldProductionOrder/Detail.vue index 4df64c9..860cc04 100644 --- a/src/pages/Middle/Mold/MoldProductionOrder/Detail.vue +++ b/src/pages/Middle/Mold/MoldProductionOrder/Detail.vue @@ -937,7 +937,9 @@ export default { }) group.d1 = d1; group.d2 = d2; - groups.push(group); + if(d2.length){ + groups.push(group); + } }) if (isCurrentWeiWai) {