|
@@ -80,7 +80,7 @@
|
|
|
</div>
|
|
|
<div class="three_bottom">
|
|
|
<div @click="jump(item.courseId)">评论</div>
|
|
|
- <div @click="get(item.courseId)">查看内容</div>
|
|
|
+ <div @click="get(item.courseId)">预览</div>
|
|
|
<div @click="getA(item.courseId)">项目进展</div>
|
|
|
<div @click="goToCourse(item.courseId)">
|
|
|
修改
|
|
@@ -215,7 +215,7 @@ export default {
|
|
|
now: "",
|
|
|
courseDetail: {},
|
|
|
addCourse: {},
|
|
|
- groupA: "1",
|
|
|
+ groupA: "2",
|
|
|
classX: "",
|
|
|
course: [],
|
|
|
courseName: "",
|
|
@@ -413,9 +413,10 @@ export default {
|
|
|
}
|
|
|
this.isLoading = true;
|
|
|
let params = {
|
|
|
- type: this.role == '1' ? '2' : this.groupA,
|
|
|
+ type: this.groupA,
|
|
|
uid: this.userid,
|
|
|
oid: this.oid,
|
|
|
+ org: this.org,
|
|
|
typea: typea != undefined ? typea : "",
|
|
|
typeb: typeb != undefined ? typeb : "",
|
|
|
typec: typec != undefined ? typec : "",
|