|
@@ -208,6 +208,7 @@ const rptCustomObj = (function () {
|
|
|
};
|
|
|
|
|
|
const initGatherSelect = function (gsSetting, gsSelect) {
|
|
|
+ gsObj.grArray = [];
|
|
|
gsObj.setting = JSON.parse(gsSetting);
|
|
|
gsObj.orgSelect = gsSelect;
|
|
|
$('#gather-select-count').html(gsSelect ? gsSelect.tenders.length : 0);
|