报修 房间选择

This commit is contained in:
czz
2025-07-21 16:50:57 +08:00
parent 32ce75d65f
commit 210617c6ff
17 changed files with 507 additions and 912 deletions

View File

@@ -55,8 +55,8 @@ class _SleepDataModuleWidgetState extends State<SleepDataModuleWidget> {
var report = sleepReportController.sleepReport;
List<Map<String, dynamic>> levelGroups = [];
if (widget.sleepReportData != null) {
report = widget.sleepReportData;
}
report.value = widget.sleepReportData;
}
if (report != null) {
var colorMap =
Map<String, dynamic>.from(report.value['info']['color']);