lsc 2 anni fa
parent
commit
cb289bd7e6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/pages/addCourse.vue

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

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