Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-03-02 18:00:56 +08:00

View File

@ -23,6 +23,7 @@ export class UserCenterComponentsDriverConfigComponent implements OnInit {
*/
get reqParams() {
const params: any = {
auditStatus: 20,
...(this.sf && this.sf.value)
};
delete params.effectiveDate;