fix bug
This commit is contained in:
		@ -76,7 +76,11 @@ export class DriverAccountDetailComponent implements OnInit {
 | 
			
		||||
  stChange(e: STChange): void {}
 | 
			
		||||
 | 
			
		||||
  exportList() {
 | 
			
		||||
    this.service.exportStart( { ...this.sf.value, pageSize: -1 }, this.service.$api_get_exportAccountBalanceDriverByOperatorPage,);
 | 
			
		||||
    this.service.exportStart( { ...this.sf.value, pageSize: -1 , ltdId: this.params.ltdId,
 | 
			
		||||
      projectId: this.params.projectId,
 | 
			
		||||
      enterpriseId: this.params.enterpriseId,
 | 
			
		||||
      roleId: this.params.roleId,
 | 
			
		||||
      bankType: this.params.bankType,}, this.service.$api_get_exportAccountBalanceDriverByOperatorPage,);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  goBack() {
 | 
			
		||||
 | 
			
		||||
@ -81,6 +81,8 @@ export class DriverAccountComponent implements OnInit {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  exportList() {
 | 
			
		||||
    console.log(this.sf.value);
 | 
			
		||||
    
 | 
			
		||||
    this.service.exportStart({ ...this.sf.value, pageSize: -1 }, this.service.$api_export_driver_account_page);
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user