|
@@ -688,7 +688,7 @@ module.exports = app => {
|
|
|
|
|
|
let prjAccList = await ctx.service.projectAccount.getAllAccountByProjectId(pid);
|
|
|
const roleList = [];
|
|
|
- const usedList = [];
|
|
|
+ const usedList = await ctx.service.signatureUsed.getSignatureUsedByTenderId(tenderId);
|
|
|
// 根据需求,如果开启了‘开启个人「签字」’功能,则只能是本身用户签名,管理员例外
|
|
|
if (!ctx.session.sessionUser.is_admin && pageShow.individualSign === 1) {
|
|
|
// 削减其他account
|