refactor: ♻️ 去掉注释代码

去掉注释代码
This commit is contained in:
Theo
2025-01-03 15:17:11 +08:00
parent 3cd127f586
commit 9bece96e3e

View File

@@ -424,7 +424,6 @@ function handleOpenDialog(parentId?: string, menuId?: string) {
});
} else {
dialog.title = "新增菜单";
// formData.value = { ...initialMenuFormData.value };
formData.value.parentId = parentId?.toString();
}
});