MaiXinRong 1 year ago
parent
commit
4b4dc3f02a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/public/js/tender_list_info.js

+ 1 - 1
app/public/js/tender_list_info.js

@@ -42,7 +42,7 @@ const tenderListSpec = (function(){
         // 当前流程
         html.push('<td style="width: 230px">');
         if (!node.cid && node.cur_flow) {
-            const curUser = node.cur_flow instanceof Array && node.cur_flow[0].audit_type !== auditType.key.common
+            const curUser = node.cur_flow instanceof Array && node.cur_flow[0].audit_type && node.cur_flow[0].audit_type !== auditType.key.common
                 ? transFormToChinese(node.cur_flow[0].audit_order) + '审'
                 : node.cur_flow instanceof Array ? (node.cur_flow[0].name + (node.cur_flow[0].role ? '-'+node.cur_flow[0].role  : '')): (node.cur_flow.name + (node.cur_flow.role ? '-'+node.cur_flow.role  : ''));
             if (node.stage_status !== undefined) {