同步ios的功能

This commit is contained in:
jyuesong
2022-05-30 14:14:49 +08:00
parent bd77beb60a
commit 665a51f962
15 changed files with 126 additions and 51 deletions

View File

@@ -41,7 +41,7 @@ class _TaskPageState extends ConsumerState<TaskPage> {
},
model: taskProvider,
onReady: (viewModel) {
viewModel.loadData(context);
viewModel.loadData();
},
);
}