TonyKang 3 年之前
父节点
当前提交
ad9c3a1fe8
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);
             });
         }
     };