先把课程的companyId去掉

This commit is contained in:
daihh
2022-10-23 10:37:14 +08:00
parent 4608a74745
commit 50a127f0b1

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;