From 8aa48bf21f489a2855023d7007b90d83936fd06a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 22 Jul 2026 09:52:56 +0800 Subject: [PATCH] =?UTF-8?q?2026-07-22=20RoHS=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/rohs/rohsRecord.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue index a4149ac..cb3b114 100644 --- a/src/views/modules/rohs/rohsRecord.vue +++ b/src/views/modules/rohs/rohsRecord.vue @@ -18,6 +18,12 @@ + + + + + + @@ -1648,6 +1654,7 @@ export default { referenceNo: '', status: '', rohsStatus: '', + isExpiring: '', currentApprover: '', nodeId: '', ifsPartNo: '', @@ -3573,6 +3580,7 @@ export default { referenceNo: this.searchData.referenceNo, status: this.searchData.status, rohsStatus: this.searchData.rohsStatus, + isExpiring: this.searchData.isExpiring, currentApprover: this.searchData.currentApprover, nodeId: this.searchData.nodeId, ifsPartNo: this.searchData.ifsPartNo,