fix: 🐛 统一主键为 string 类型
This commit is contained in:
@@ -487,7 +487,7 @@ function handleSubmit() {
|
||||
}
|
||||
|
||||
// 删除菜单
|
||||
function handleDelete(menuId: number) {
|
||||
function handleDelete(menuId: string) {
|
||||
if (!menuId) {
|
||||
ElMessage.warning("请勾选删除项");
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user