明树Git Lab

Commit adfaaa29 authored by zfp1's avatar zfp1

update

parent 4f7cfc2b
Pipeline #111344 passed with stage
in 3 seconds
...@@ -182,7 +182,8 @@ async function getCompanyProjectApprover(userId, roleCode) { ...@@ -182,7 +182,8 @@ async function getCompanyProjectApprover(userId, roleCode) {
as: 'roles', as: 'roles',
where: { del: 0 ,key: roleCode}, where: { del: 0 ,key: roleCode},
attributes: ["id", "name"], attributes: ["id", "name"],
},] },],
raw: true
}); });
console.log("users", users) //部门用户项目信息 console.log("users", users) //部门用户项目信息
return {users, type: 2}; return {users, type: 2};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment