From 55cdca8b23c23b9f5bdd9eaf5ab0500376e29088 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 25 十二月 2024 13:14:51 +0800 Subject: [PATCH] Merge branch 'cnas' of http://114.132.189.42:9002/r/tx-lims-before into cnas --- src/components/view/b1-inspection-order.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue index 6546205..68f9b3f 100644 --- a/src/components/view/b1-inspection-order.vue +++ b/src/components/view/b1-inspection-order.vue @@ -960,7 +960,7 @@ this.loadPint = false; let arr1 = [] a.insProduct.forEach(b=>{ - arr1.push(b.inspectionItem) + arr1.push(b.inspectionItemSubclass) }) a.item = [...new Set(arr1)].join(',') }) -- Gitblit v1.9.3