This commit is contained in:
Taric Xin
2021-12-09 21:23:10 +08:00
parent d4a4b45194
commit 8df3fcf013
7 changed files with 471 additions and 530 deletions

View File

@ -16,9 +16,9 @@ export class FreightComponentsListComponent implements OnInit {
columns!: STColumn[];
@ViewChild('st', { static: false }) st!: STComponent;
@ViewChild('sf', { static: false }) sf!: SFComponent;
@ViewChild('promoterModal', { static: false })
promoterModal!: any;
promotersTelephone = '';
constructor(public service: UsermanageService, private modal: NzModalService, private router: Router, private ar: ActivatedRoute) {}