Jelajahi Sumber

重新识别后刷新界面

finlay 1 tahun lalu
induk
melakukan
e7898f5444
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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('人脸数据存入成功');
     }
   }