From 50a127f0b16ff4315fbfdf71540dbb4cf88e9d24 Mon Sep 17 00:00:00 2001 From: daihh Date: Sun, 23 Oct 2022 10:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=8A=8A=E8=AF=BE=E7=A8=8B=E7=9A=84co?= =?UTF-8?q?mpanyId=E5=8E=BB=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/course/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/course/Index.vue b/src/views/portal/course/Index.vue index cce08586..0fb6aac9 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;