车辆对接
This commit is contained in:
		| @ -1,3 +1,4 @@ | ||||
| import { Router } from '@angular/router'; | ||||
| import { Component, OnInit, ViewChild } from '@angular/core'; | ||||
| import { STColumn, STComponent } from '@delon/abc/st'; | ||||
| import { SFComponent, SFDateWidgetSchema, SFSchema, SFSelectWidgetSchema, SFUISchema } from '@delon/form'; | ||||
| @ -60,7 +61,11 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|     count: 0, | ||||
|   } | ||||
|   ]; | ||||
|   constructor(public service: OrderManagementService, private modal: NzModalService) { } | ||||
|   constructor( | ||||
|     public service: OrderManagementService, | ||||
|     private modal: NzModalService, | ||||
|     private router: Router | ||||
|      ) { } | ||||
|  | ||||
|   /** | ||||
|  * 查询参数 | ||||
| @ -171,7 +176,7 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|           }, | ||||
|           { | ||||
|             text: '查看', | ||||
|             click: (_record) => this.viewEvaluate(_record), | ||||
|             click: (_record) => this.view(_record), | ||||
|           }, | ||||
|         ], | ||||
|       }, | ||||
| @ -311,4 +316,7 @@ export class OrderManagementComplaintComponent implements OnInit { | ||||
|     this.isVisibleRE = true | ||||
|     this.channelId = item.id; | ||||
|   } | ||||
|   view(value: any) { | ||||
|     this.router.navigate(['/order-management/complaint-detail/' + value.id]) | ||||
|   } | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user