|
@@ -797,7 +797,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div
|
|
|
- v-if="tType && tType == 1 && tool.tool.indexOf(16) != -1"
|
|
|
+ v-if=" worksStudent[jdIndex] && worksStudent[jdIndex][rwIndex] && tType && tType == 1 && tool.tool.indexOf(16) != -1"
|
|
|
class="worksBox"
|
|
|
>
|
|
|
<div
|
|
@@ -2348,7 +2348,12 @@ export default {
|
|
|
if (data.type == 2) {
|
|
|
console.log(this.checkJson);
|
|
|
for (var z = 0; z < this.checkJson[i].length; z++) {
|
|
|
+ console.log(this.checkJson[q][w][i]);
|
|
|
+ console.log(this.checkJson[q][w][i][z]);
|
|
|
+ console.log(this.checkJson[q][w][i][z].checkPerent);
|
|
|
this.checkJson[q][w][i][z].checkPerent = [];
|
|
|
+ console.log(this.checkJson[q][w][i][z]);
|
|
|
+
|
|
|
for (
|
|
|
var k = 0;
|
|
|
k < this.checkJson[q][w][i][z].checkCount.length;
|