更新睡眠报告
This commit is contained in:
@@ -38,7 +38,7 @@ class _UpdatePageState extends State<UpdatePersonPage> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
personController.dateTime = null;
|
||||
// personController.dateTime = null;
|
||||
personController.getDiseaseData().then((apiResponse) {
|
||||
if (apiResponse.code != HttpStatusCodes.ok) {
|
||||
TopSlideNotification.show(
|
||||
|
||||
Reference in New Issue
Block a user