更新睡眠报告

This commit is contained in:
wyf
2025-06-17 13:45:21 +08:00
parent 1fe783d42e
commit 1eaa24791d
6 changed files with 1423 additions and 13 deletions

View File

@@ -50,6 +50,9 @@ class MHTHomeController extends GetControllerEx<MHTHomeModel> {
var selectedDayIndex = (6).obs;
var selectDevcie = ''.obs;
var selectPerson = {}.obs;
Future<ApiResponse> getDeviceNum() async {
try {
ApiResponse apiResponse = ApiResponse(code: -1, msg: "设备.设备列表请求失败".tr);