This commit is contained in:
Taric Xin
2022-03-01 09:00:00 +08:00
parent ee21385d16
commit f31b8a0d12

View File

@ -326,6 +326,8 @@ export class FreightComponentsListDetailComponent implements OnInit, OnDestroy {
this.service.request(this.service.$api_get_next_audit_freight, { id: this.route.snapshot.params.id }).subscribe(res => {
if (res?.id) {
this.router.navigate(['/usercenter/freight/enterprise/detail/' + res.id]);
} else {
this.initData();
}
});
} else {