|
@@ -140,7 +140,7 @@ import { browser } from '@/common/common'
|
|
|
import { findSubSubjects,
|
|
|
vipGroupCategory,
|
|
|
findByVipGroupCategory,
|
|
|
- findVipSchoolByTeacher,
|
|
|
+ findVipSchoolByTeacher2,
|
|
|
findByTeacherAndCategory,
|
|
|
vipGroupApply } from '@/api/teacher'
|
|
|
let minutes = [] // 分钟数
|
|
@@ -347,7 +347,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
} else if(sheetForm.currentType == 'teacherSchool') { // 教师教学点
|
|
|
- findVipSchoolByTeacher().then(res => {
|
|
|
+ findVipSchoolByTeacher2().then(res => {
|
|
|
let result = res.data
|
|
|
if(result.code == 200 && result.data.length > 0) {
|
|
|
let tempArr = []
|