成长寄语公智能排名

parent e90a0b42
......@@ -30,7 +30,8 @@ function transformAbilityData(apiData: any) {
currentScore: 0,
previousScore: null,
yoyChange: null,
yoyPercent: null
yoyPercent: null,
abilityRank: null
},
abilityScores: [{
"key": "jgqh",
......@@ -97,7 +98,7 @@ function transformAbilityData(apiData: any) {
previousScore: data.totalScore?.previousScore || null,
yoyChange: data.totalScore?.yoyChange || null,
yoyPercent: data.totalScore?.yoyPercent || null,
abilityRank: data.totalScore?.abilityRank || "--"
abilityRank: data.totalScore?.abilityRank || null
},
abilityScores: abilityScores,
abilityBasicScores: {
......
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