Commit 175037a7 authored by Riri Novita's avatar Riri Novita

Update

parent 2377b8ac
...@@ -378,7 +378,7 @@ export default class CreatePerusahaan extends Component { ...@@ -378,7 +378,7 @@ export default class CreatePerusahaan extends Component {
"default_currency": this.state.defaultCurrency.id "default_currency": this.state.defaultCurrency.id
} }
console.log(payload); console.log(payload);
// this.props.updatePerusahaan(payload) this.props.updatePerusahaan(payload)
} }
} }
......
...@@ -1731,9 +1731,9 @@ export default class RollingOutlook extends Component { ...@@ -1731,9 +1731,9 @@ export default class RollingOutlook extends Component {
borderColor: 'transparent' borderColor: 'transparent'
}} }}
onClick={() => onClick={() =>
// tableMeta.rowData[5] == true ? tableMeta.rowData[5] == true ?
this.clickDetail(tableMeta.rowData[1], tableMeta.rowData[4], tableMeta.rowData[2], tableMeta.rowData[3]) this.clickDetail(tableMeta.rowData[1], tableMeta.rowData[4], tableMeta.rowData[2], tableMeta.rowData[3])
// : null : null
} }
> >
{/* {this.state.isApprover == true ? {/* {this.state.isApprover == true ?
......
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