功能完善

This commit is contained in:
2023-06-10 22:02:02 +08:00
parent 309784868a
commit a270eae202
5 changed files with 307 additions and 2 deletions

View File

@@ -296,6 +296,7 @@
layer.msg('修改成功!'), {
offset: '6px'
}
window.location.reload();
})
}
@@ -313,6 +314,7 @@
layer.msg('删除成功!'), {
offset: '6px'
}
window.location.reload();
})
}
function addAdmin()
@@ -335,6 +337,7 @@
layer.msg('添加成功!'), {
offset: '6px'
}
window.location.reload();
})
}