From ab82ddf55b5c41d495d4a62d849d88d464e5f256 Mon Sep 17 00:00:00 2001 From: lxp <1928192722@qq.com> Date: 星期三, 07 八月 2024 16:03:05 +0800 Subject: [PATCH] modified: src/components/do/b1-ins-order/add.vue modified: src/components/do/b1-ins-order/fiberoptic-config.vue --- src/components/do/b1-ins-order/add.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/do/b1-ins-order/add.vue b/src/components/do/b1-ins-order/add.vue index 82d2257..7cdbe6d 100644 --- a/src/components/do/b1-ins-order/add.vue +++ b/src/components/do/b1-ins-order/add.vue @@ -2864,9 +2864,8 @@ getTotal() { this.totalArr = [] this.total = 0; - // console.log(this.sampleList) this.sampleList.forEach(item => { - if (item.insProduct && item.insProduct.length > 0) { + if (item.insProduct && item.insProduct.length > 0) { item.insProduct.forEach(a => { this.totalArr.push(a) }) -- Gitblit v1.9.3