删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑

This commit is contained in:
2025-06-02 18:55:00 +08:00
parent 820baa5b22
commit b02978508d
71 changed files with 862 additions and 572 deletions
+1 -1
View File
@@ -375,7 +375,7 @@
if (!confirm('确定要删除该分组吗?此操作将同时删除该分组下的所有评查点,且不可恢复。')) {
e.preventDefault();
} else {
console.log('删除分组ID:', groupId);
// console.log('删除分组ID:', groupId);
// 实际应调用API删除数据
alert('删除成功!');
// 刷新页面