lsc 1 năm trước cách đây
mục cha
commit
c78866b0d0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         })