Commit 03bd514a authored by Riri Novita's avatar Riri Novita

console

parent be2ce6e7
...@@ -100,7 +100,7 @@ export default class OperatingIndicatorMR extends Component { ...@@ -100,7 +100,7 @@ export default class OperatingIndicatorMR extends Component {
// "periode": this.props.data.periode // "periode": this.props.data.periode
} }
api.create().getHierarkiMontlyReportOI(payload).then(response => { api.create().getHierarkiMontlyReportOI(payload).then(response => {
console.log(response.data); console.log(response);
let dataTable = [] let dataTable = []
if (response.data) { if (response.data) {
let res = response.data.data let res = response.data.data
......
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