This commit is contained in:
Taric Xin
2022-05-07 15:53:06 +08:00
parent ff0ecd4992
commit 7cfee636e2
6 changed files with 11 additions and 28 deletions

View File

@ -36,11 +36,7 @@ export class FreightComponentsUserComponent extends BasicTableComponent implemen
this.st?.load(1);
}
ngOnInit() {
this.ar.url.subscribe(params => {
this.st?.load(1);
});
}
ngOnInit() {}
beforeReq = (requestOptions: STRequestOptions) => {
Object.assign(requestOptions.body, { certificationStatus: this.resourceStatus });