This commit is contained in:
wangshiming
2022-05-12 13:47:16 +08:00
parent ed6aae36be
commit 10a90f521b
5 changed files with 29 additions and 8 deletions

View File

@ -96,8 +96,8 @@ export class ExpressDetailModalComponent 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] || ''
}
});
}