src/views/business/materialOrder/index.vue
@@ -1368,6 +1368,7 @@ } else { params = {...this.entity} } params.orderType = "01raw"; rawAllExport(params).then(res => { this.outLoading = false const blob = new Blob([res], { type: 'application/octet-stream' });