Commit ea24f468 authored by Riri Novita's avatar Riri Novita

Fixing Issue Prod

parent 7ad4de88
......@@ -189,7 +189,8 @@ export default class BalanceSheetRO extends Component {
"rolling_outlook_id": this.props.rollingOutlookID
}
api.create().getRollingOutlookBS(payload).then(response => {
console.log(response);
// console.log(response);
this.props.refresh()
let dataTable = []
if (response.data) {
if (response.data.status == 'success') {
......@@ -507,7 +508,7 @@ export default class BalanceSheetRO extends Component {
checkUpload() {
api.create().checkImportRollingOutlookBS(this.state.payload).then(response => {
// console.log(JSON.stringify(this.state.payload));
this.props.refresh()
console.log(response)
if (response.data) {
if (response.data.status === 'success') {
......
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