src/views/business/inspectionTask/components/InspectionWord.vue
@@ -1848,10 +1848,6 @@ currentTable: this.currentTable, sampleId: this.currentSample.id }).then(res => { if (res.code == 201) { this.$message.error('保存失败') return } this.$message.success('已保存') }) // 向 Worker 发送消息,开始处理逻辑 @@ -2036,7 +2032,7 @@ downFile({ id: row.id, }).then(res => { this.$download.downloadFileFromUrl(res.data.fileUrl, row.fileName); this.$download.saveAs(res.data.fileUrl, row.fileName); }).catch(error => { })