mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
针对于companyId的查询
This commit is contained in:
@@ -140,6 +140,7 @@ const user = {
|
|||||||
sex:res.result.sex? res.result.sex:1,
|
sex:res.result.sex? res.result.sex:1,
|
||||||
loginName: res.result.loginName,
|
loginName: res.result.loginName,
|
||||||
userNo: res.result.userNo,
|
userNo: res.result.userNo,
|
||||||
|
companyId:res.result.companyId,
|
||||||
departId: res.result.departId,
|
departId: res.result.departId,
|
||||||
departName: res.result.departName,
|
departName: res.result.departName,
|
||||||
departFullName: dfn,
|
departFullName: dfn,
|
||||||
|
|||||||
@@ -568,7 +568,7 @@ export default {
|
|||||||
if(this.audiences.length>0){
|
if(this.audiences.length>0){
|
||||||
this.course.audiences=this.audiences.join(",");
|
this.course.audiences=this.audiences.join(",");
|
||||||
}
|
}
|
||||||
|
this.course.companyId=this.userInfo.companyId;
|
||||||
this.isFind = true;
|
this.isFind = true;
|
||||||
this.course.type = this.category;
|
this.course.type = this.category;
|
||||||
if (this.types.sysTypes == 0 || this.types.sysTypes == null) {
|
if (this.types.sysTypes == 0 || this.types.sysTypes == null) {
|
||||||
@@ -643,6 +643,7 @@ export default {
|
|||||||
i !== "topOrder" &&
|
i !== "topOrder" &&
|
||||||
i !== "device" &&
|
i !== "device" &&
|
||||||
i !== "audiences" &&
|
i !== "audiences" &&
|
||||||
|
i !== "companyId" &&
|
||||||
courseData[i] !== null &&
|
courseData[i] !== null &&
|
||||||
courseData[i] !== undefined
|
courseData[i] !== undefined
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user