lsc 1 vuosi sitten
vanhempi
commit
48f78b59cc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/pages/aiAddCourse/addCourse.vue

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

@@ -9029,7 +9029,7 @@ export default {
           id: this.templateid
         }
         this.ajax
-        .get(this.$store.state.api + "selectTipsTemplateById", params)
+        .get(this.$store.state.api + "selectTipsTemplateByIdHK", params)
         .then((res) => {
           if(res.data[0].length){
             this.tipsJson = res.data[0][0]