针对于companyId的查询

This commit is contained in:
daihh
2022-10-22 20:05:11 +08:00
parent dff69a4dc2
commit 4e36873251
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -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
) {