Browse Source

修复搜索bug

laiguoran 4 years atrás
parent
commit
1dd929c715
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/view/material/audit_modal.ejs

+ 1 - 0
app/view/material/audit_modal.ejs

@@ -679,6 +679,7 @@
     <script>
         const accountGroup = JSON.parse('<%- JSON.stringify(accountGroup) %>');
         const accountList = JSON.parse('<%- JSON.stringify(accountList) %>');
+        const cur_uid = parseInt('<%- ctx.session.sessionUser.accountId %>');
     </script>
 <% } %>
 <script>