Commit fb0e8f2f authored by faisalhamdi's avatar faisalhamdi

klewat

parent f1b57128
...@@ -82,6 +82,7 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -82,6 +82,7 @@ export default class CorporateAnnualTargetMR extends Component {
handleGetFor(type) { handleGetFor(type) {
this.setState({get_for: type}, () => { this.setState({get_for: type}, () => {
this.getLatestUpdate() this.getLatestUpdate()
this.getItemHierarki()
}) })
} }
...@@ -1311,7 +1312,8 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -1311,7 +1312,8 @@ export default class CorporateAnnualTargetMR extends Component {
onClick={() => { onClick={() => {
this.setState({ loading: true }, () => { this.setState({ loading: true }, () => {
setTimeout(() => { setTimeout(() => {
this.handleValidate() // this.handleValidate()
this.setState({ loading: false })
}, 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