lsc преди 2 години
родител
ревизия
0209788082
променени са 3 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 1 0
      src/components/pages/scourse.vue
  2. 1 0
      src/components/pages/student/checkCourse.vue
  3. 1 0
      src/components/pages/student/course.vue

+ 1 - 0
src/components/pages/scourse.vue

@@ -416,6 +416,7 @@ export default {
         type: this.groupA,
         uid: this.userid,
         oid: this.oid,
+        org: this.org,
         typea: typea != undefined ? typea : "",
         typeb: typeb != undefined ? typeb : "",
         typec: typec != undefined ? typec : "",

+ 1 - 0
src/components/pages/student/checkCourse.vue

@@ -331,6 +331,7 @@ export default {
         type: this.groupA,
         uid: this.tuserid,
         oid: this.oid,
+        org: this.org,
         typea: typea != undefined ? typea : "",
         typeb: typeb != undefined ? typeb : "",
         typec: typec != undefined ? typec : "",

+ 1 - 0
src/components/pages/student/course.vue

@@ -416,6 +416,7 @@ export default {
         type: this.groupA,
         uid: this.userid,
         oid: this.oid,
+        org: this.org,
         typea: typea != undefined ? typea : "",
         typeb: typeb != undefined ? typeb : "",
         typec: typec != undefined ? typec : "",