|
@@ -311,8 +311,8 @@ export default {
|
|
|
this.trainCountList[0].complete = res.teacherTrain.currency.learnAbility
|
|
|
|
|
|
// 所有能力点
|
|
|
- this.trainCountList[1].total = res.teacherTrain.currencyAll.subCount
|
|
|
- this.trainCountList[1].complete = res.teacherTrain.currencyAll.learnAbility
|
|
|
+ //this.trainCountList[1].total = res.teacherTrain.currencyAll.subCount
|
|
|
+ //this.trainCountList[1].complete = res.teacherTrain.currencyAll.learnAbility
|
|
|
|
|
|
// 成果提交
|
|
|
this.trainCountList[2].total = res.teacherTrain.currency.uploadTotal
|