Commit 9890451c authored by d.arizona's avatar d.arizona

update

parent 141b24be
...@@ -1099,12 +1099,12 @@ export default class CorporateAnnualTargetMR extends Component { ...@@ -1099,12 +1099,12 @@ export default class CorporateAnnualTargetMR extends Component {
} else if ( totals >= 4.76 && totals <= 5.00) { } else if ( totals >= 4.76 && totals <= 5.00) {
perfomanceScoreX = 'IST' perfomanceScoreX = 'IST'
} }
totalScoreXXX = totals // totalScoreXXX = totals
perfomanceScore = perfomanceScoreX // perfomanceScore = perfomanceScoreX
setTimeout(() => { // setTimeout(() => {
console.log(totalScoreXXX) // console.log(totalScoreXXX)
console.log(perfomanceScore) // console.log(perfomanceScore)
}, 300); // }, 300);
} }
return total return total
......
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