This commit is contained in:
zhutao
2025-09-09 17:57:02 +08:00
parent ccb7d5bb24
commit 3df6e3d49e
22 changed files with 63 additions and 44 deletions

View File

@@ -162,6 +162,7 @@ class PlanDetailStore extends ChangeNotifier {
steps: planDetail.stepsList,
suggestions: planDetail.suggestionsList,
);
planContent = "";
await getPlanDetail();
EasyLoading.showToast("Plan created!");
}