TonyKang 3 years ago
parent
commit
ad9c3a1fe8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/public/report/js/rpt_custom.js

+ 3 - 0
app/public/report/js/rpt_custom.js

@@ -418,6 +418,7 @@ const rptCustomObj = (function () {
         postData('/report/cDefine', data, function (result) {
             reloadReportData(result);
             $('#audit-select').modal('hide');
+            rptArchiveObj.toggleBtn(true);
         });
     };
 
@@ -517,6 +518,7 @@ const rptCustomObj = (function () {
                 }
                 $('#gather-select-count').html(data[sGatherSelect].tenders.length);
                 $('#gather-select').modal('hide');
+                rptArchiveObj.toggleBtn(true);
             });
         }
     };
@@ -551,6 +553,7 @@ const rptCustomObj = (function () {
                 }
                 $('#stage-select-count').html(data[sStageSelect].stages.length);
                 $('#stage-select').modal('hide');
+                rptArchiveObj.toggleBtn(true);
             });
         }
     };