zengyicheng 1 year ago
parent
commit
e08f3a25b9
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/components/pages/evaluation.vue

+ 3 - 1
src/components/pages/evaluation.vue

@@ -1159,7 +1159,9 @@ export default {
       this.eJson1 = JSON.parse(res.chapters);
       this.eTitle1 = res.title;
       this.eTitle = res.title;
-      this.eid = res.courseId;
+      if(this.update == false){
+        this.eid = res.courseId;
+      }
       this.typeMode = 1;
       this.$forceUpdate();
       setTimeout(() => {