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