Commit 5a077829 authored by a.bairuha's avatar a.bairuha

update

parent 4cece678
...@@ -74,8 +74,8 @@ export default class Perusahaan extends Component { ...@@ -74,8 +74,8 @@ export default class Perusahaan extends Component {
"company_name": item[0] === undefined ? "" : item[0], "company_name": item[0] === undefined ? "" : item[0],
"company_parent": item[1] === undefined ? "" : item[1], "company_parent": item[1] === undefined ? "" : item[1],
"unit_bisnis": item[2] === undefined ? "" : item[2], "unit_bisnis": item[2] === undefined ? "" : item[2],
"startDate": item[3] === undefined ? "" : item[3], "start_date": item[3] === undefined ? "" : item[3],
"endDate": item[4] === undefined ? "" :item[4], "end_date": item[4] === undefined ? "" :item[4],
}) })
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment