fix bug
This commit is contained in:
		@ -866,6 +866,6 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
 | 
			
		||||
  }
 | 
			
		||||
    // 导出
 | 
			
		||||
    exprot() {
 | 
			
		||||
      this.service.exportStart(this.reqParams, this.service.$api_get_asyncExportWholeList);
 | 
			
		||||
      this.service.exportStart({ ...this.reqParams, pageSize: -1 }, this.service.$api_get_asyncExportWholeList);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user