Parcourir la source

重新识别后刷新界面

finlay il y a 1 an
Parent
commit
e7898f5444
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      lib/pages/patient/detail/controller.dart

+ 1 - 0
lib/pages/patient/detail/controller.dart

@@ -208,6 +208,7 @@ class PatientDetailController extends FControllerBase with HomeNavMixin {
       ),
     );
     if (result != null && result) {
+      loadData();
       PromptBox.toast('人脸数据存入成功');
     }
   }