更新 attendance-teacher.html

This commit is contained in:
2023-12-26 19:08:04 +08:00
parent cddb55c014
commit 652c95bff9

View File

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