lsc 2 년 전
부모
커밋
cb289bd7e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
         })