Browse Source

fix: 修复重复退回上一级,会默认勾选原报的bug

lanjianrong 5 năm trước cách đây
mục cha
commit
3bf9ddaf85
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/view/stage/audit_modal.ejs

+ 2 - 1
app/view/stage/audit_modal.ejs

@@ -1405,7 +1405,8 @@
                                                     </div>
                                                     <div class="alert alert-warning">
                                                         <div class="form-check form-check-inline">
-                                                            <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>" <% if (auditors[iA].order === 1 || auditors[iA].aid === auditors[0].aid) { %>checked<% } %>>
+                                                            <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>">
+                                                            <!-- <input class="form-check-input" type="radio" name="checkType" id="inlineRadio1" value="<%- auditConst.status.checkNo %>" <% if (auditors[iA].order === 1 || auditors[iA].aid === auditors[0].aid) { %>checked<% } %>> -->
                                                             <label class="form-check-label" for="inlineRadio1">退回原报 <%- ctx.stage.user.name %></label>
                                                         </div>
                                                         <% if (auditors[iA].order > 1 && auditors[iA].aid !== auditors[0].aid) { %>