Browse Source

修复搜索bug

laiguoran 4 năm trước cách đây
mục cha
commit
1dd929c715
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>