|
@@ -8053,7 +8053,8 @@ export default {
|
|
|
a[i].tool[0] != 15 &&
|
|
|
a[i].tool[0] != 4 &&
|
|
|
a[i].tool[0] != 45 &&
|
|
|
- a[i].tool[0] != 50
|
|
|
+ a[i].tool[0] != 50 &&
|
|
|
+ a[i].tool[0] != 52
|
|
|
) {
|
|
|
if (
|
|
|
c.indexOf(
|
|
@@ -8197,7 +8198,7 @@ export default {
|
|
|
userid: b[j].userid,
|
|
|
wid: b[j].id,
|
|
|
});
|
|
|
- } else if (b[j].type == 13 && a[i].atool[0] == 52) {
|
|
|
+ } else if (b[j].type == 13 && a[i].tool[0] == 52) {
|
|
|
//选择题
|
|
|
this.workStudent[i].push({
|
|
|
works: b[j].content,
|
|
@@ -8759,7 +8760,8 @@ export default {
|
|
|
a[i].tool[0] != 15 &&
|
|
|
a[i].tool[0] != 4 &&
|
|
|
a[i].tool[0] != 45 &&
|
|
|
- a[i].tool[0] != 50
|
|
|
+ a[i].tool[0] != 50 &&
|
|
|
+ a[i].tool[0] != 52
|
|
|
) {
|
|
|
if (
|
|
|
c.indexOf(
|