From c8fae7380b45eb552a4f806c874c5502aabed4ca Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 09 四月 2024 10:31:26 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- 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 292874e..80d266a 100644 --- a/src/components/do/b1-inspect-order-plan/Inspection.vue +++ b/src/components/do/b1-inspect-order-plan/Inspection.vue @@ -364,6 +364,7 @@ methods: { handleChangeSample(row, column, event) { this.currentSample = row; + this.param = {} this.currentSample.insProduct.forEach(a => { this.param[a.id] = { insValue: [], -- Gitblit v1.9.3