Commit e8f99028 authored by faisalhamdi's avatar faisalhamdi

kurang s

parent 5c1aa26f
...@@ -282,7 +282,7 @@ export default class MonthlyReport extends Component { ...@@ -282,7 +282,7 @@ export default class MonthlyReport extends Component {
let payload = { let payload = {
"company_id": this.state.company.company_id, "company_id": this.state.company.company_id,
"periode": this.state.periode.periode, "periode": this.state.periode.periode,
"month": this.state.month.month_id "months": this.state.month.month_id
} }
api.create().getMonthlyReportID(payload).then(response => { api.create().getMonthlyReportID(payload).then(response => {
console.log(response); console.log(response);
......
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