From 674aef62d298f9fbce41b9b1725c71d056dfd55b Mon Sep 17 00:00:00 2001 From: LSH Date: 星期三, 03 四月 2024 10:26:32 +0800 Subject: [PATCH] #周计划 --- src/main/webapp/static/js/weekly/weekly.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/static/js/weekly/weekly.js b/src/main/webapp/static/js/weekly/weekly.js index f4f2d52..47d267b 100644 --- a/src/main/webapp/static/js/weekly/weekly.js +++ b/src/main/webapp/static/js/weekly/weekly.js @@ -598,7 +598,12 @@ } } }) + location.reload(); + return false; + }); + $('#cancelBtn').on('click', function () { + location.reload(); }); // 鏄庣粏琛ㄦ牸 var xxDataList = []; @@ -927,6 +932,7 @@ } } }) + location.reload(); return false; }); // 鏄庣粏琛ㄦ牸 @@ -1226,8 +1232,10 @@ // 鍏抽棴鍔ㄤ綔 $(document).on('click','#data-detail-close', function () { parent.layer.closeAll(); + location.reload(); }); + function tableReload(child) { var searchData = {}; $.each($('#search-box [name]').serializeArray(), function() { -- Gitblit v1.9.1