批量审核
This commit is contained in:
@ -25,8 +25,6 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
|
||||
loadDetail(id: any) {
|
||||
this.service.request(this.service.$api_get_cost_detail, { id }).subscribe(res => {
|
||||
console.log(res);
|
||||
|
||||
if (res) {
|
||||
this.costInfo = res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user