车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-25 20:01:20
|
||||
* @LastEditTime : 2022-01-26 11:08:44
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\insurance-management\\components\\list\\list.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
<ng-template #extraTemplate>
|
||||
<div>
|
||||
<button nz-button nzType="primary" >
|
||||
<button nz-button nzType="primary" (click)="changeOrder()">
|
||||
保险配置
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
@ -16,5 +16,5 @@
|
||||
</ng-template>
|
||||
</page-header-wrapper>
|
||||
<nz-card>
|
||||
<!-- <app-insurance-table></app-insurance-table> -->
|
||||
<app-insurance-table></app-insurance-table>
|
||||
</nz-card>
|
||||
|
||||
Reference in New Issue
Block a user