|
@@ -3910,7 +3910,7 @@ export default {
|
|
|
_this.unitJson = JSON.parse(res.chapters);
|
|
|
_this.steps++;
|
|
|
setTimeout(() => {
|
|
|
- this.checkEva(checkId);
|
|
|
+ this.checkEva(this.checkId);
|
|
|
}, 1000);
|
|
|
})
|
|
|
.catch(() => {
|
|
@@ -4398,7 +4398,7 @@ export default {
|
|
|
// }, 5000);
|
|
|
this.$forceUpdate();
|
|
|
setTimeout(() => {
|
|
|
- this.checkEva(checkId);
|
|
|
+ this.checkEva(this.evalua);
|
|
|
}, 0);
|
|
|
})
|
|
|
.catch((err) => {
|