feat:更新菜谱表单

This commit is contained in:
2026-06-23 20:02:17 +08:00
parent ed0ceb29d3
commit a5e788eee6
7 changed files with 846 additions and 35 deletions

View File

@@ -65,8 +65,8 @@ class AppActionsState extends State<AppActions> {
void _handleAddRecipe(FoodProvider provider) {
// provider.resetRecordForm();
// Navigator.pop(context);
// Navigator.pushNamed(context, "/recordForm");
Navigator.pop(context);
Navigator.pushNamed(context, "/recipeForm");
}
void _handleAddRecord(FoodProvider provider) {