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