refactor: dynamic

This commit is contained in:
bggRGjQaUbCoE
2024-09-12 18:39:26 +08:00
parent 8197bf116d
commit 4644d0265e
7 changed files with 199 additions and 258 deletions

View File

@@ -63,7 +63,7 @@ abstract class CommonController extends GetxController {
void onReload() {
loadingState.value = LoadingState.loading();
queryData();
onRefresh();
}
@override