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