@@ -21,3 +21,4 @@ debug.log
*.log
debug.log
+*.log
@@ -593,7 +593,7 @@ export default {
}
addVipGroupStudents([{
vipGroupId: this.id,
- studentIds: this.activeStudent,
+ studentId: this.activeStudent,
onlineClassesUnitPrice,
offlineClassesUnitPrice
}]).then((res) => {