src/views/CNAS/resourceDemand/device/component/equipmentAcceptance.vue
@@ -197,14 +197,7 @@ }, // 下载 upload(row) { let url = ''; if (row.type == 1) { url = this.javaApi + '/img/' + row.fileUrl this.$download.saveAs(url, row.fileName) } else { url = this.javaApi + '/word/' + row.fileUrl this.$download.saveAs(url, row.fileName) } this.$download.downloadFileFromUrl(row.fileUrl, row.fileName) }, // 删除 delete(row) { @@ -273,7 +266,6 @@ this.outLoading = false const blob = new Blob([res], { type: 'application/octet-stream' }); this.$download.saveAs(blob, '设备验收.doc') this.$message.success('导出成功') }) }, // 删除