车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 15:57:37 +08:00
parent e8d0bb8d35
commit 1b5453669f

View File

@ -43,8 +43,8 @@ export class InvoiceRequestedComponent implements OnInit {
Object.assign(requestOptions.body, { Object.assign(requestOptions.body, {
...this.sf.value, ...this.sf.value,
createTime: { createTime: {
start: this.sf?.value?.createTime?.[0] || null, start: this.sf?.value?.createTime?.[0] || '',
end: this.sf?.value?.createTime?.[1] || null end: this.sf?.value?.createTime?.[1] || ''
} }
}); });
} }