From d59101b148be848c983ae6d7713b1f751ec604be Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期二, 16 七月 2024 13:30:35 +0800 Subject: [PATCH] 设备数采配置 调整 --- src/components/do/b1-inspect-order-plan/Inspection.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/Inspection.vue b/src/components/do/b1-inspect-order-plan/Inspection.vue index c9a54f0..e86f0eb 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -2135,6 +2135,7 @@ this.currentSample = this.HaveJson(this.sampleProduct[index - 1]) let list = await this.getCurrentProduct(this.currentSample.id,0) this.currentSample.insProduct = this.HaveJson(list) + this.param = {} this.currentSample.insProduct.forEach(a => { this.param[a.id] = { insValue: [], -- Gitblit v1.9.3