src/views/business/rawMaterialInspection/index.vue
@@ -792,8 +792,8 @@
        entity: entity
      }).then(res => {
        this.outLoading = false
        let url = this.javaApi + '/word/' + res.data
        this.$download.saveAs(url, "原材料检测信息导出.xlsx");
        const blob = new Blob([res], { type: 'application/octet-stream' });
        this.$download.saveAs(blob, "原材料检测信息导出.xlsx");
      })
    },
    clear() {