Commit be75eec0 authored by Hardiansyah's avatar Hardiansyah

Fix payload

parent c94a1860
...@@ -2228,7 +2228,7 @@ export default class BudgetTahunan extends Component { ...@@ -2228,7 +2228,7 @@ export default class BudgetTahunan extends Component {
document.body.style.overflow = 'hidden'; document.body.style.overflow = 'hidden';
}) })
let body = { let body = {
"approval_id": this.state.approverID, "approval_id": master_report_type_id === 2 ? this.sate.approverIDCAT : this.state.approverID,
"status": type, "status": type,
"detail": this.state.detailRevisiCheck, "detail": this.state.detailRevisiCheck,
"is_superadmin": this.state.isAdmin, "is_superadmin": this.state.isAdmin,
......
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