Commit 2ac0dce5 authored by Riri Novita's avatar Riri Novita

olpa pl

parent 55cea835
......@@ -571,7 +571,7 @@ export default class OutlookPA extends Component {
this.setState({ loading: true })
// console.log(JSON.stringify(data));
api.create('UPLOAD').createReportOLPA(data).then(response => {
// console.log(response);
console.log(response);
if (response.data) {
if (response.data.status === "success") {
this.getOutlookPAID()
......
This diff is collapsed.
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