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