mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 02:52:49 +08:00
feat: 支持刷新
This commit is contained in:
@@ -123,4 +123,9 @@ $(function () {
|
||||
sortField = data.value;
|
||||
reloadLogs();
|
||||
});
|
||||
|
||||
// 监听刷新按钮点击
|
||||
$('#refresh-btn').on('click', function() {
|
||||
reloadLogs();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user