瀏覽代碼

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

zengyicheng 2 年之前
父節點
當前提交
6cd3c21b20
共有 1 個文件被更改,包括 3 次插入0 次删除
  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;