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();
         })