fix bug
This commit is contained in:
@ -360,7 +360,8 @@ export class OrderManagementComplaintComponent implements OnInit {
|
||||
view(value: any) {
|
||||
this.router.navigate(['/order-management/complaint-detail/' + value.id], {
|
||||
queryParams: {
|
||||
detail: JSON.stringify(value)
|
||||
detail: JSON.stringify(value),
|
||||
sts: this.selectedMainTabStatus
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user