|
@@ -16516,12 +16516,16 @@ export default {
|
|
|
) {
|
|
|
continue;
|
|
|
}
|
|
|
+ let _classId = this.arrayToArray(
|
|
|
+ this.courseDetail.juri ? this.courseDetail.juri.split(",") : [],
|
|
|
+ this.classId ? this.classId.split(",") : []
|
|
|
+ )
|
|
|
if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
|
|
|
(f[g].classid ? f[g].classid.split(",") : []),
|
|
|
this.tcid.split(",")
|
|
|
).length !== 0 || this.arrayToArray(
|
|
|
(f[g].classid ? f[g].classid.split(",") : []),
|
|
|
- this.classId ? this.classId.split(",") : []
|
|
|
+ _classId
|
|
|
).length !== 0 || (!this.tcid && this.tType == '1') || (this.courseDetail.juri === '') || f[g].ttype == 1)) {
|
|
|
this.groupStudent[i][gA].push(f[g]);
|
|
|
this.groupStudentUid[i][gA].push(f[g].userid);
|