明树Git Lab

Commit 4f7cfc2b authored by zfp1's avatar zfp1

update

parent 8264d2c3
Pipeline #111343 passed with stage
in 3 seconds
...@@ -1546,7 +1546,7 @@ async function approvalZaiJuece(req, res, next) { ...@@ -1546,7 +1546,7 @@ async function approvalZaiJuece(req, res, next) {
} }
async function getCompanyProjectApprover(req, res, next) { async function getCompanyProjectApprover(req, res, next) {
let ret = await userModule.getCompanyProjectApprover(46); let ret = await userModule.getCompanyProjectApprover(77);
return res.sendData(ret); return res.sendData(ret);
} }
......
...@@ -184,7 +184,8 @@ async function getCompanyProjectApprover(userId, roleCode) { ...@@ -184,7 +184,8 @@ async function getCompanyProjectApprover(userId, roleCode) {
attributes: ["id", "name"], attributes: ["id", "name"],
},] },]
}); });
return {users, type: 1}; console.log("users", users) //部门用户项目信息
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