edit
This commit is contained in:
@ -22,7 +22,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
promoterModal!: any;
|
||||
promotersTelephone = '';
|
||||
|
||||
resourceStatus: any = 0;
|
||||
resourceStatus: any = 10;
|
||||
constructor(public service: UsermanageService, private modal: NzModalService, private router: Router, private ar: ActivatedRoute) {}
|
||||
|
||||
/**
|
||||
@ -30,7 +30,8 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
*/
|
||||
get reqParams() {
|
||||
const params: any = {
|
||||
...(this.sf && this.sf.value)
|
||||
...(this.sf && this.sf.value),
|
||||
auditStatus: this.resourceStatus
|
||||
};
|
||||
if (this.sf?.value.effectiveDate) {
|
||||
Object.assign(params, {
|
||||
@ -55,7 +56,9 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
||||
|
||||
selectChange(e: any) {
|
||||
this.resourceStatus = e;
|
||||
this.st.load();
|
||||
setTimeout(() => {
|
||||
this.st.load();
|
||||
}, 200);
|
||||
}
|
||||
|
||||
addPromoter(item?: any) {
|
||||
|
||||
Reference in New Issue
Block a user