Преглед на файлове

Merge branch '01/21VipReset' into online

mo преди 4 години
родител
ревизия
517cdcf3af
променени са 2 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 1 0
      .gitignore
  2. 1 1
      src/views/vipClass/vipDetail/components/vipStudentList.vue

+ 1 - 0
.gitignore

@@ -21,3 +21,4 @@ debug.log
 
 *.log
 debug.log
+*.log

+ 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) => {