From a7054ba2bb5c59902fa3ef8b37064a94e1524cc6 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期日, 07 四月 2024 16:31:54 +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 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