Explorar o código

fix: 修复预付款选择审批人后刷新页面没有显示最新的审核人的bug

lanjianrong %!s(int64=5) %!d(string=hai) anos
pai
achega
ef6690dd91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/view/advance/detail.ejs

+ 1 - 1
app/view/advance/detail.ejs

@@ -152,7 +152,7 @@
                                             审批流程
                                         </div>
                                         <ul class="list-group list-group-flush" id="auditors">
-                                            <% ctx.advance.auditors2 && ctx.advance.auditors2.forEach((item, idx) => { %>
+                                            <% ctx.advance.auditors && ctx.advance.auditors.forEach((item, idx) => { %>
                                             <li class="list-group-item" auditorId="<%- item.audit_id %>">
                                                 <a href="" class="text-danger pull-right">移除</a><%- idx+1 %>
                                                 <%- item.name %>