소스 검색

修改添加学员

1
mo 4 년 전
부모
커밋
8bc54bef88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) => {