Explorar el Código

修复搜索bug

laiguoran hace 5 años
padre
commit
1dd929c715
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>