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