车辆接口更新

This commit is contained in:
wangshiming
2022-01-18 20:02:26 +08:00
parent ca2e639b77
commit 7a7af4f763
3 changed files with 15 additions and 8 deletions

View File

@ -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: '审核 ',