Commit 3372a932 authored by rifkaki's avatar rifkaki

tp coba

parent dad1df1c
...@@ -410,7 +410,7 @@ export default class TaxPlanningMR extends Component { ...@@ -410,7 +410,7 @@ export default class TaxPlanningMR extends Component {
api.create('UPLOAD').uploadMonthlyReportTP(body).then(response => { api.create('UPLOAD').uploadMonthlyReportTP(body).then(response => {
// console.log(body); // console.log(body);
// console.log(JSON.stringify(body)); // console.log(JSON.stringify(body));
// console.log(response); console.log(response);
if (response.data) { if (response.data) {
if (response.data.status === "success") { if (response.data.status === "success") {
this.props.saveToMonthlyReport() this.props.saveToMonthlyReport()
......
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