车辆接口更新
This commit is contained in:
@ -442,7 +442,7 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '退保费',
|
||||
click: _record => this.changeOrder(_record),
|
||||
click: _record => this.changeOrder(),
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -472,7 +472,7 @@ export class insuranceManagementListComponent implements OnInit {
|
||||
}
|
||||
|
||||
// 修改订单
|
||||
changeOrder(value: any) {
|
||||
this.router.navigate(['/insurance-management/list-set', value.id]);
|
||||
changeOrder() {
|
||||
this.router.navigate(['/insurance-management/list-set', 1]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user