gaoluyang
5 天以前 b807a12b89dc9126bac49c02a3902bec758f4f9b
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' });