Commit 499042db authored by Deni Rinaldi's avatar Deni Rinaldi

minor

parent 3dfbaea9
......@@ -41,18 +41,18 @@ export default class BudgetTahunan extends Component {
"report_type": "Master Budget",
}
api.create().getReportTypeBody(payload).then(response => {
// console.log(response);
console.log(response);
if (response.data) {
if (response.data.status === "success") {
let dataTable = response.data.data.map((item, index) => {
return [
item.number,
item.report_name,
2,
item.revision.length,
item.current_status,
item.report_id,
item.is_can_upload,
2
item.revision.length
]
})
console.log(dataTable);
......
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