删除所有console.log输出,优化评查结果的表格的显示,添加新的页码获取逻辑
This commit is contained in:
+2
-2
@@ -318,7 +318,7 @@
|
||||
if (!confirm('确定要删除该文档类型吗?此操作不会影响关联的评查点分组,但可能会影响使用该类型的文档评查。')) {
|
||||
e.preventDefault();
|
||||
} else {
|
||||
console.log('删除文档类型ID:', typeId);
|
||||
// console.log('删除文档类型ID:', typeId);
|
||||
// 实际应调用API删除数据
|
||||
alert('删除成功!');
|
||||
// 刷新页面
|
||||
@@ -333,7 +333,7 @@
|
||||
const nameInput = document.querySelector('.form-input').value;
|
||||
const groupSelect = document.querySelector('.form-select').value;
|
||||
|
||||
console.log('搜索条件:', {
|
||||
// console.log('搜索条件:', {
|
||||
name: nameInput,
|
||||
groupId: groupSelect
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user