edit
This commit is contained in:
@ -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({
|
||||
|
||||
Reference in New Issue
Block a user