This commit is contained in:
Taric Xin
2022-01-21 14:47:47 +08:00
parent eed0749612
commit 8d296f1dcf
10 changed files with 13 additions and 69 deletions

View File

@ -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);
}