|
|
@@ -545,6 +545,7 @@
|
|
|
}]);
|
|
|
this.$set(this.newData,'coursewareName',this.getLeftPart(res.data.data.name));
|
|
|
this.$set(this.newData,'minLearningDuration',Math.max(1, Math.round(res.data.data.duration / 60)));
|
|
|
+ this.examElCoursewareCalculateLearningReward(Math.max(1, Math.round(res.data.data.duration / 60)));
|
|
|
} else {
|
|
|
this.msgError('上传出错,请稍后再试')
|
|
|
}
|