|
@@ -63,7 +63,7 @@ class PatientInfomationController extends FControllerBase {
|
|
|
contents.add("姓名:${patient.patientName}");
|
|
|
contents.add("证件号:${patient.cardNo}");
|
|
|
}
|
|
|
- ConfirmBox.showMultiLines(
|
|
|
+ await ConfirmBox.showMultiLines(
|
|
|
contents: contents,
|
|
|
width: 600,
|
|
|
showCancel: false,
|
|
@@ -71,7 +71,7 @@ class PatientInfomationController extends FControllerBase {
|
|
|
state.cardNo = '';
|
|
|
},
|
|
|
);
|
|
|
- return true;
|
|
|
+ return false;
|
|
|
}
|
|
|
|
|
|
/// 检查是否存在居民离线缓存,并
|