更新人员资料显示bug

This commit is contained in:
wyf
2025-07-14 10:41:38 +08:00
parent bd5710c040
commit 3201204c11
2 changed files with 8 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ class PeopleInfoController extends GetControllerEx<PeopleInfoModel> {
@override
Future<void> onInit() async {
super.onInit();
await getPeoples(Get.arguments['mac']); // 控制器创建时立即执行
// await getPeoples(Get.arguments['mac']); // 控制器创建时立即执行
}
getPeoples(String mac) async {