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 = ''