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;
                 return;
             }
             }
         }
         }
-        if (data.tenders.length > 20) {
+        if (data[sGatherSelect].tenders.length > 20) {
             hintObj.html('您选择的标段过多,请移除部分').show();
             hintObj.html('您选择的标段过多,请移除部分').show();
             return;
             return;
         }
         }