|
@@ -14319,7 +14319,7 @@ export default {
|
|
|
_worksStudent[i][gA] = [];
|
|
|
_worksStudent2[i][gA] = [];
|
|
|
this.isCloseList[i][gA] = [];
|
|
|
-
|
|
|
+ // debugger
|
|
|
for (var g = 0; g < f.length; g++) {
|
|
|
if (
|
|
|
f[g].ttype == 2 &&
|
|
@@ -14331,7 +14331,13 @@ export default {
|
|
|
) {
|
|
|
continue;
|
|
|
}
|
|
|
- if (gA == f[g].group && f[g].tool == i) {
|
|
|
+ if (gA == f[g].group && f[g].tool == i && (this.arrayToArray(
|
|
|
+ f[g].classid.split(","),
|
|
|
+ this.tcid.split(",")
|
|
|
+ ).length !== 0 || this.arrayToArray(
|
|
|
+ f[g].classid.split(","),
|
|
|
+ this.classId ? this.classId.split(",") : []
|
|
|
+ ).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);
|
|
|
}
|
|
@@ -18233,7 +18239,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.dialogVisibleWord = true;
|
|
|
- } else if (t == 49) {
|
|
|
+ } else if (t == 49) {
|
|
|
+ if(!this.tcid2 && this.courseDetail.juri != '' && this.tType == "1"){
|
|
|
+ return
|
|
|
+ }
|
|
|
this.groupJson =
|
|
|
this.chapInfoList[this.courseType].chapterInfo[0].taskJson[
|
|
|
index
|