edit
This commit is contained in:
@ -36,14 +36,6 @@ export class CostManagementDetailComponent implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
loadAHXL(id: any) {
|
||||
this.service.request(this.service.$api_get_cost_ahxl_detail, { id }).subscribe(res => {
|
||||
if (res) {
|
||||
this.costInfo = res;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
goBack() {
|
||||
history.go(-1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user