This commit is contained in:
Taric Xin
2022-01-12 11:26:19 +08:00
parent ea460ed554
commit 6eb92655d8
7 changed files with 96 additions and 60 deletions

View File

@ -22,6 +22,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
promoterModal!: any;
promotersTelephone = '';
resourceStatus: any = 0;
constructor(public service: UsermanageService, private modal: NzModalService, private router: Router, private ar: ActivatedRoute) {}
/**
@ -52,6 +53,11 @@ export class UserCenterComponentsDriverComponent implements OnInit {
});
}
selectChange(e: any) {
this.resourceStatus = e;
this.st.load();
}
addPromoter(item?: any) {
this.promotersTelephone = item?.promotersTelephone;
const modal = this.modal.create({