From 3f7507b9374786c473a68d90d3b1b3251c45cf92 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期日, 07 四月 2024 14:22:36 +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