|
@@ -1087,7 +1087,7 @@ export default {
|
|
|
attribute2: this.attribute2,
|
|
|
minCourseNum: this.courseNumForm.minCourseNum,
|
|
|
maxCourseNum: this.courseNumForm.maxCourseNum,
|
|
|
- studentMaxUsedTimes: this.courseNumForm.studentMaxUsedTimes,
|
|
|
+ studentMaxUsedTimes: this.courseNumForm.studentMaxUsedTimes?this.courseNumForm.studentMaxUsedTimes:-1,
|
|
|
onlineClassJoinGradientRewards:
|
|
|
this.onlineClassJoinGradientRewards * 1,
|
|
|
offlineClassJoinGradientRewards:
|