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,