Merge remote-tracking branch 'origin/master'

This commit is contained in:
czz
2025-07-16 18:48:48 +08:00
12 changed files with 137 additions and 15 deletions

View File

@@ -131,7 +131,8 @@ class PeopleInfoPage extends GetView<PeopleInfoController> {
await controller.savePeoples(data, context);
MHTHomeController mhtHomeController =
Get.find();
mhtHomeController.getPersonList();
await Future.delayed(Duration(seconds: 1));
await mhtHomeController.getPersonList();
WebviewTestController
webviewTestController = Get.find();
webviewTestController