This commit is contained in:
Taric Xin
2022-01-10 19:29:12 +08:00
parent ca12cd2f08
commit 5e445b7619
3 changed files with 1 additions and 11 deletions

View File

@ -33,7 +33,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
};
if (this.sf?.value.effectiveDate) {
Object.assign(params, {
time: {
createTime: {
start: this.sf?.value.effectiveDate[0],
end: this.sf?.value.effectiveDate[1]
}