|
@@ -188,6 +188,7 @@ export default {
|
|
|
bannerList: [],
|
|
|
userid: this.$route.query.userid,
|
|
|
oid: this.$route.query.oid,
|
|
|
+ org: this.$route.query.org,
|
|
|
classId: this.$route.query.cid,
|
|
|
tType: this.$route.query.tType,
|
|
|
screenType: this.$route.query.screenType,
|
|
@@ -382,10 +383,11 @@ export default {
|
|
|
cu: "",
|
|
|
cn: this.sCourse,
|
|
|
classid: this.classId,
|
|
|
+ org: this.org,
|
|
|
page: this.page,
|
|
|
};
|
|
|
this.ajax
|
|
|
- .get(this.$store.state.api + "selectTypeCourse", params)
|
|
|
+ .get(this.$store.state.api + "selectTypeCourse2", params)
|
|
|
.then((res) => {
|
|
|
this.loading.close();
|
|
|
this.loading = "";
|