Browse Source

修改添加学员

1
mo 4 years ago
parent
commit
8bc54bef88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vipClass/vipDetail/components/vipStudentList.vue

+ 1 - 1
src/views/vipClass/vipDetail/components/vipStudentList.vue

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