zengyicheng 2 years ago
parent
commit
e0cbd8d9ee

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.00abfebdf1b6081ee50b2cc8147b51e6.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.58e4d5b3fd0c569e76aa.js></script><script type=text/javascript src=./static/js/app.a516fc2a35b821c23b35.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>pbl-student</title><link href=./static/css/app.b8542810081a395315d034fed2242176.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.58e4d5b3fd0c569e76aa.js></script><script type=text/javascript src=./static/js/app.cadd710632bf8a0a5cae.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b8542810081a395315d034fed2242176.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.b8542810081a395315d034fed2242176.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a516fc2a35b821c23b35.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.a516fc2a35b821c23b35.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.cadd710632bf8a0a5cae.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.cadd710632bf8a0a5cae.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 15 - 1
src/components/courseDetail.vue

@@ -5,7 +5,18 @@
         <div class="student_head">
           <div
             class="return"
-            @click.stop="goTo('/index?userid=' + userid + '&oid=' + oid)"
+            @click.stop="
+              goTo(
+                '/index?userid=' +
+                  userid +
+                  '&oid=' +
+                  oid +
+                  '&cid=' +
+                  classId +
+                  '&tType=' +
+                  tType
+              )
+            "
           >
             返回
             <!-- <img src="../assets/icon/return.png" alt="" /> -->
@@ -169,6 +180,7 @@ export default {
       id: this.$route.query.courseId,
       userid: this.$route.query.userid,
       oid: this.$route.query.oid,
+      classId: this.$route.query.cid,
       tType: this.$route.query.tType,
       courseDetail: {},
       aStudentName: [],
@@ -232,6 +244,8 @@ export default {
               this.userid +
               "&oid=" +
               this.oid +
+              "&cid=" +
+              this.classId +
               "&tType=" +
               this.tType
           );

+ 2 - 0
src/components/index.vue

@@ -81,6 +81,8 @@
                         userid +
                         '&oid=' +
                         oid +
+                        '&cid=' +
+                        classId +
                         '&tType=' +
                         tType
                     )

+ 7 - 1
src/components/study.vue

@@ -75,8 +75,12 @@
                     userid +
                     '&oid=' +
                     oid +
+                    '&cid=' +
+                    classId +
                     '&courseId=' +
-                    id
+                    id +
+                    '&tType=' +
+                    tType
                 )
               "
             >
@@ -1474,6 +1478,7 @@ export default {
       dialogVisible: false,
       id: this.$route.query.courseId,
       userid: this.$route.query.userid,
+      classId: this.$route.query.cid,
       courseTypeLine: this.$route.query.type,
       oid: this.$route.query.oid,
       tType: this.$route.query.tType,
@@ -1708,6 +1713,7 @@ export default {
     selectWorksStudent() {
       let params = {
         oid: this.oid,
+        cid: this.classId,
       };
       this.ajax
         .get(this.$store.state.api + "selectWorksStudent", params)

Some files were not shown because too many files changed in this diff