fix: 修复 JavaScript 语法错误(多余的闭合括号导致页面无法加载)

This commit is contained in:
2026-04-19 23:15:17 +08:00
parent 436f897711
commit 94efc524c6

View File

@@ -2217,7 +2217,6 @@ async function openEditModal(id) {
const modal = new bootstrap.Modal(editModal);
modal.show();
}
}
// 检查编辑内容是否有修改
function hasEditChanges() {