车辆接口更新
This commit is contained in:
		@ -29,12 +29,12 @@ export class ETCInvoicedLogsComponent implements OnInit {
 | 
			
		||||
      Object.assign(requestOptions.body, {
 | 
			
		||||
        ...this.sf.value,
 | 
			
		||||
        exTime: {
 | 
			
		||||
          start: this.sf.value.exTime?.[0] || null,
 | 
			
		||||
          end: this.sf.value.exTime?.[1] || null
 | 
			
		||||
          start: this.sf.value.exTime?.[0] || '',
 | 
			
		||||
          end: this.sf.value.exTime?.[1] || ''
 | 
			
		||||
        },
 | 
			
		||||
        invoiceMakeTime: {
 | 
			
		||||
          start: this.sf.value.invoiceMakeTime?.[0] || null,
 | 
			
		||||
          end: this.sf.value.invoiceMakeTime?.[1] || null
 | 
			
		||||
          start: this.sf.value.invoiceMakeTime?.[0] || '',
 | 
			
		||||
          end: this.sf.value.invoiceMakeTime?.[1] || ''
 | 
			
		||||
        }
 | 
			
		||||
      });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user