MaiXinRong 1 gadu atpakaļ
vecāks
revīzija
5108d41125
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/public/report/js/rpt_custom.js

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

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