fix: 修复 JavaScript 语法错误(多余的闭合括号导致页面无法加载)
This commit is contained in:
@@ -2217,7 +2217,6 @@ async function openEditModal(id) {
|
|||||||
const modal = new bootstrap.Modal(editModal);
|
const modal = new bootstrap.Modal(editModal);
|
||||||
modal.show();
|
modal.show();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// 检查编辑内容是否有修改
|
// 检查编辑内容是否有修改
|
||||||
function hasEditChanges() {
|
function hasEditChanges() {
|
||||||
|
|||||||
Reference in New Issue
Block a user