入账记录优化

This commit is contained in:
潘晓云
2022-03-24 17:44:34 +08:00
parent bce69d2c1f
commit 2f19afe7fc
2 changed files with 1 additions and 3 deletions

View File

@ -43,8 +43,6 @@ export class PartnerRecordedRecordComponent implements OnInit {
constructor(public service: RecordedService, private nzModalService: NzModalService,
private router: Router, public ar: ActivatedRoute, public shipperSrv: ShipperBaseService) {
this.accountName = this.ar.snapshot.queryParams?.userIdLabel || '';
this.ltdId = this.ar.snapshot.queryParams?.ltdId || '';
}