This commit is contained in:
wangshiming
2022-03-02 18:00:38 +08:00
parent 946bd59ffb
commit b746d33dd2

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;