@@ -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();