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