车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 10:20:36 +08:00
parent f6ac750157
commit 35feb48d2b
2 changed files with 7 additions and 7 deletions

View File

@ -279,10 +279,10 @@ export class CostManagementComponent implements OnInit {
click: item => this.auditAction(item),
iif: item => item.sts === 2
},
{
text: '修改',
click: item => this.router.navigate(['/financial-management/cost-management/expenses-receivable/1'], { queryParams: { id: 1 } })
}
// {
// text: '修改',
// click: item => this.router.navigate(['/financial-management/cost-management/expenses-receivable/1'], { queryParams: { id: 1 } })
// }
]
}
];