Explorar el Código

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

zengyicheng hace 4 años
padre
commit
6cd3c21b20
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/components/pages/addCourse.vue

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

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