前端课程查询,增加companyId

This commit is contained in:
daihh
2022-10-22 19:56:35 +08:00
parent 8ca52253bb
commit 7774daf00d

View File

@@ -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;