MaiXinRong 2 年之前
父节点
当前提交
3739a681ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/report/js/rpt_custom.js

+ 1 - 1
app/public/report/js/rpt_custom.js

@@ -628,7 +628,7 @@ const rptCustomObj = (function () {
                 return;
             }
         }
-        if (data.tenders.length > 20) {
+        if (data[sGatherSelect].tenders.length > 20) {
             hintObj.html('您选择的标段过多,请移除部分').show();
             return;
         }