src/views/business/rawMaterialInspection/index.vue
@@ -822,11 +822,9 @@ }, // 全部导出 handleDown() { let entity = { ...this.componentData } delete entity.orderBy this.outLoading = true rawAllExport({ entity: entity ...this.componentData }).then(res => { this.outLoading = false const blob = new Blob([res], { type: 'application/octet-stream' });