更新 attendance-teacher.html

master
wangsiyuan 2023-12-26 19:08:04 +08:00
parent cddb55c014
commit 652c95bff9
1 changed files with 5 additions and 0 deletions

View File

@ -138,6 +138,11 @@
});
}
function toggleDropdown(dropdown) {
$(dropdown).find('.dropdown-menu').toggle(); // 显示或隐藏下拉菜单
}
// 初始加载第一页
renderTable(1);
});