From 92b269ea61875dcf043a71fb1fddfda7b4d30ed6 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Fri, 12 Jun 2026 14:38:07 +0800 Subject: [PATCH] =?UTF-8?q?2026-06-12=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 | 40 ++++----------------------- 1 file changed, 5 insertions(+), 35 deletions(-) diff --git a/src/views/modules/rohs/rohsRecord.vue b/src/views/modules/rohs/rohsRecord.vue index b613e07..d8d5c07 100644 --- a/src/views/modules/rohs/rohsRecord.vue +++ b/src/views/modules/rohs/rohsRecord.vue @@ -514,19 +514,14 @@
- - - 上传附件 - - - - - @@ -1232,7 +1215,6 @@ export default { ], modalFlag: false, - uploadDialog: false, chooseProjectListFlag: false, projectMaterialDialogFlag: false, searchProjectData: { @@ -1271,7 +1253,6 @@ export default { operatorId: '', operatorName: '' }, - fileList: [], approvalList: [], plmRohsAuthorityArr: [], nodeAuthorityLoaded: false, @@ -1388,14 +1369,6 @@ export default { }) } }, - uploadDialog (val, oldVal) { - if (oldVal && !val) { - this.$nextTick(() => { - this.refreshAttachmentPanels() - this.refreshCurrentRowFromServer(this.modalData.site, this.modalData.referenceNo) - }) - } - }, 'modalData.expiredDate' () { this.syncExpiryDateByRule() }, @@ -2295,7 +2268,6 @@ export default { const site = this.modalData.site const referenceNo = this.modalData.referenceNo this.modalFlag = false - this.uploadDialog = false this.$nextTick(() => { this.refreshAttachmentPanels() }) @@ -2531,8 +2503,6 @@ export default { } this.modalFlag = true this.activeName = 'basicInfo' - this.fileList = [] - this.uploadDialog = false this.submitModalFlag = false this.rohsRemarkFlag = false this.rejectOpinion = ''