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