lsc 2 years ago
parent
commit
35ee2de74e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/pages/addCourse.vue

+ 2 - 2
src/components/pages/addCourse.vue

@@ -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) => {