|
@@ -94,6 +94,8 @@ class CreatePatientController extends FControllerBase with HomeNavMixin {
|
|
|
PromptBox.toast("保存失败");
|
|
|
return;
|
|
|
} else {
|
|
|
+ busy = false;
|
|
|
+ await queryIsNeedFaceInput();
|
|
|
Future.delayed(
|
|
|
const Duration(milliseconds: 800),
|
|
|
() {
|
|
@@ -101,7 +103,6 @@ class CreatePatientController extends FControllerBase with HomeNavMixin {
|
|
|
busy = false;
|
|
|
PromptBox.toast("保存成功");
|
|
|
_patientListController.reloadList();
|
|
|
- queryIsNeedFaceInput();
|
|
|
},
|
|
|
);
|
|
|
}
|