3.修改睡眠报告文字 正常窦性心律
This commit is contained in:
@@ -1262,11 +1262,14 @@ class _HealthCheckPageState extends State<HealthCheckPage>
|
||||
progressNotifier.value = 0;
|
||||
edm.EasyDartModule.logger.info("快检结束,停止定时查询");
|
||||
_checkStatusTimer?.cancel();
|
||||
await deviceTypeController.getCheckHistory(
|
||||
id: deviceTypeController.experience_id.value,
|
||||
mac: widget.personInfo['mac']);
|
||||
Get.toNamed('/healthQuickCheckReportPage',
|
||||
arguments: deviceTypeController.currentCq.value);
|
||||
Map data = {
|
||||
"id": deviceTypeController.experience_id.value,
|
||||
"mac": widget.personInfo['mac']
|
||||
};
|
||||
// await deviceTypeController.getCheckHistory(
|
||||
// id: deviceTypeController.experience_id.value,
|
||||
// mac: widget.personInfo['mac']);
|
||||
Get.toNamed('/healthQuickCheckReportPage', arguments: data);
|
||||
} catch (e) {
|
||||
edm.EasyDartModule.logger.error("快检报告页面加载失败---?${e.toString()}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user