Commit c2f9ef51 authored by d.arizona's avatar d.arizona

apdet

parent 10db0233
......@@ -742,7 +742,12 @@ export default class CorporateAnnualTargetMR extends Component {
perfomanceScore = 'IST'
}
setTimeout(() => {
this.setState({ totalScore: total, perfomanceScore, loading: false})
this.setState({ totalScore: total, perfomanceScore, loading: false}, () => {
this.setState({loading: true})
setTimeout(() => {
this.setState({loading: false})
}, 500);
})
}, 500);
})
......
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