lsc il y a 2 ans
Parent
commit
0209788082

+ 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 : "",