瀏覽代碼

重新识别后刷新界面

finlay 1 年之前
父節點
當前提交
e7898f5444
共有 1 個文件被更改,包括 1 次插入0 次删除
  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('人脸数据存入成功');
     }
   }