fix: 🐛 统一主键为 string 类型

This commit is contained in:
Ray.Hao
2025-04-02 19:01:00 +08:00
parent 57e6033b80
commit ab3584fcf4
21 changed files with 67 additions and 67 deletions

View File

@@ -487,7 +487,7 @@ function handleSubmit() {
}
// 删除菜单
function handleDelete(menuId: number) {
function handleDelete(menuId: string) {
if (!menuId) {
ElMessage.warning("请勾选删除项");
return false;