删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@
|
||||
if (!confirm('确定要删除该分组吗?此操作将同时删除该分组下的所有评查点,且不可恢复。')) {
|
||||
e.preventDefault();
|
||||
} else {
|
||||
console.log('删除分组ID:', groupId);
|
||||
// console.log('删除分组ID:', groupId);
|
||||
// 实际应调用API删除数据
|
||||
alert('删除成功!');
|
||||
// 刷新页面
|
||||
|
||||
Reference in New Issue
Block a user