|
@@ -983,7 +983,7 @@ export default {
|
|
|
var twoPerson = 0,threePerson = 0,fivePerson = 0,sevenPerson = 0;
|
|
|
var personList = []
|
|
|
for(var i = 0;i<courseList.length;i++){
|
|
|
- if(courseList[i].course_teacher != ""){
|
|
|
+ if(courseList[i].course_teacher){
|
|
|
if(courseList[i].course_teacher.split(',').length <= 2){
|
|
|
twoPerson++
|
|
|
}else if(4 >= courseList[i].course_teacher.split(',').length && courseList[i].course_teacher.split(',').length > 2){
|