Browse Source

重新识别后刷新界面

finlay 1 year ago
parent
commit
e7898f5444
1 changed files with 1 additions and 0 deletions
  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('人脸数据存入成功');
     }
   }