Commit a8743920 authored by rifkaki's avatar rifkaki

tp issue prod calculate

parent c8055284
...@@ -1754,7 +1754,7 @@ export default class TaxPlanningMR extends Component { ...@@ -1754,7 +1754,7 @@ export default class TaxPlanningMR extends Component {
// this.forceUpdate() // this.forceUpdate()
this.setState({ loading: true, buttonDraft: false }, () => { this.setState({ loading: true, buttonDraft: false }, () => {
setTimeout(() => { setTimeout(() => {
this.handleValidate() this.handleValidate(dataTable2)
}, 100); }, 100);
}) })
}} }}
......
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