src/views/CNAS/resourceDemand/device/component/calibration.vue
@@ -416,14 +416,7 @@ }) }, handleAttachmentClick(row) { let state = /\.(jpg|jpeg|png|gif)$/i.test(row.systemFileName) if (state) { let url = this.javaApi + '/img/' + row.systemFileName; this.$download.saveAs(url, row.systemFileName) } else { const url = this.javaApi + '/word/' + row.systemFileName this.$download.saveAs(url, row.systemFileName) } this.$download.downloadFileFromUrl(row.systemFileName, row.systemFileName) }, //导出 handleDown() {