lsc %!s(int64=2) %!d(string=hai) anos
pai
achega
cb289bd7e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -5212,7 +5212,7 @@ export default {
       this.ajax
         .get(this.$store.state.api + "getCourseTemplateT", "")
         .then((res) => {
-          this.templateArray = res.data[0];
+          // this.templateArray = res.data[0];
           this.getTemplateOid();
           this.$forceUpdate();
         })