|
@@ -2610,7 +2610,7 @@ export default {
|
|
|
type: 2,
|
|
|
time: b[j].time,
|
|
|
});
|
|
|
- } else if (b[j].type == 4 && a[i].tool[0] == 4) {
|
|
|
+ } else if (b[j].type == 2 && a[i].tool[0] == 4) {
|
|
|
this.workStudent[i].push({
|
|
|
works: b[j].content,
|
|
|
sName: b[j].name,
|
|
@@ -2703,7 +2703,7 @@ export default {
|
|
|
type: 2,
|
|
|
time: b[j].time,
|
|
|
});
|
|
|
- } else if (b[j].type == 4 && a[i].tool[0] == 4) {
|
|
|
+ } else if (b[j].type == 2 && a[i].tool[0] == 4) {
|
|
|
this.worksStudent[i].push({
|
|
|
works: b[j].content,
|
|
|
sName: b[j].name,
|