소스 검색

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

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;