Explorar o código

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

zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
6cd3c21b20
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;