更新 attendance-teacher.html
This commit is contained in:
@@ -138,6 +138,11 @@
|
||||
});
|
||||
}
|
||||
|
||||
function toggleDropdown(dropdown) {
|
||||
$(dropdown).find('.dropdown-menu').toggle(); // 显示或隐藏下拉菜单
|
||||
}
|
||||
|
||||
|
||||
// 初始加载第一页
|
||||
renderTable(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user