车辆接口更新
This commit is contained in:
@ -91,7 +91,7 @@ export class CostManagementComponent implements OnInit {
|
||||
this.service.downloadFile(this.service.$mock_url, { ...this.sf.value, pageIndex: this.st.pi, pageSize: this.st.ps });
|
||||
}
|
||||
|
||||
routeTo(url: string, params?: any) {
|
||||
routeTo(url: string, params?: any,status?: any) {
|
||||
this.router.navigate([url], { queryParams: params });
|
||||
}
|
||||
|
||||
@ -272,7 +272,7 @@ export class CostManagementComponent implements OnInit {
|
||||
buttons: [
|
||||
{
|
||||
text: '浏览',
|
||||
click: item => this.routeTo('/financial-management/cost-management/detail/' + item.id)
|
||||
click: item => this.routeTo('/financial-management/cost-management/detail/' + item.id , {status : item?.feetypeLabel})
|
||||
},
|
||||
{
|
||||
text: '审核 ',
|
||||
|
||||
Reference in New Issue
Block a user