diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index 0fb6aac9..cce08586 100644 --- a/src/views/portal/course/Index.vue +++ b/src/views/portal/course/Index.vue @@ -673,7 +673,7 @@ export default { this.course.audiences=this.audiences.join(","); } //console.log(this.userInfo) - //this.course.companyId=this.userInfo.companyId; + this.course.companyId=this.userInfo.companyId; this.isFind = true; this.course.type = this.category;