src/views/business/productOrder/index.vue
@@ -877,7 +877,8 @@ }, // 导出记录 downLoad() { rawAllInsOrderExport({ ...this.entity }).then(res => { const params = { ...this.entity, state: this.tabList[this.tabIndex].value } rawAllInsOrderExport({ ...params }).then(res => { const blob = new Blob([res], { type: 'application/octet-stream' }); this.$download.saveAs(blob, '委托检测信息导出.xlsx'); }).catch(err => {