refactor: ♻️ 去掉注释代码
去掉注释代码
This commit is contained in:
@@ -424,7 +424,6 @@ function handleOpenDialog(parentId?: string, menuId?: string) {
|
|||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
dialog.title = "新增菜单";
|
dialog.title = "新增菜单";
|
||||||
// formData.value = { ...initialMenuFormData.value };
|
|
||||||
formData.value.parentId = parentId?.toString();
|
formData.value.parentId = parentId?.toString();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user