车辆对接

This commit is contained in:
wangshiming
2022-01-12 17:22:57 +08:00
parent 3b3886389f
commit e1d53dbd1c
3 changed files with 21 additions and 8 deletions

View File

@ -331,6 +331,10 @@ export class OrderManagementComplaintComponent implements OnInit {
this.channelId = item.id;
}
view(value: any) {
this.router.navigate(['/order-management/complaint-detail/' + value.id])
this.router.navigate(['/order-management/complaint-detail/' + value.id], {
queryParams: {
detail: JSON.stringify(value)
}
})
}
}