fix bug
This commit is contained in:
@ -55,9 +55,9 @@ export class OrderManagementComplaintComponent implements OnInit {
|
|||||||
private modal: NzModalService,
|
private modal: NzModalService,
|
||||||
private router: Router
|
private router: Router
|
||||||
) { if (this.selectedIndex === 0) {
|
) { if (this.selectedIndex === 0) {
|
||||||
this.selectedMainTabStatus = '1';
|
|
||||||
} else if (this.selectedIndex === 1) {
|
|
||||||
this.selectedMainTabStatus = '2';
|
this.selectedMainTabStatus = '2';
|
||||||
|
} else if (this.selectedIndex === 1) {
|
||||||
|
this.selectedMainTabStatus = '1';
|
||||||
}}
|
}}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -69,7 +69,7 @@ export class OrderManagementComplaintComponent implements OnInit {
|
|||||||
a.complaintStatus = this.resourceStatus
|
a.complaintStatus = this.resourceStatus
|
||||||
}
|
}
|
||||||
if(this.selectedMainTabStatus) {
|
if(this.selectedMainTabStatus) {
|
||||||
a.complaintType = this.selectedMainTabStatus
|
a.complainantParty = this.selectedMainTabStatus
|
||||||
}
|
}
|
||||||
console.log( this.sf?.value);
|
console.log( this.sf?.value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user