Tony Kang 1 năm trước cách đây
mục cha
commit
dc17411ae8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/report_controller.js

+ 1 - 1
app/controller/report_controller.js

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