Browse Source

修改点击模板目标管理看不到问题

zengyicheng 2 years ago
parent
commit
6cd3c21b20
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/pages/addCourse.vue

+ 3 - 0
src/components/pages/addCourse.vue

@@ -3441,6 +3441,9 @@ export default {
         .then(() => {
           _this.unitJson = JSON.parse(res.chapters);
           _this.steps++;
+          setTimeout(() => {
+            this.checkEva();
+          }, 1000);
         })
         .catch(() => {
           return;