gaoluyang
2025-06-05 d41471a9dffba9cb395c204954f4e7a756ccd8e7
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' });