报修 房间选择
This commit is contained in:
@@ -27,8 +27,7 @@ class SleepReportModel {
|
||||
class SleepReportController extends GetControllerEx<SleepReportModel> {
|
||||
Rx<DateTime?> selectedDate = Rx<DateTime?>(null);
|
||||
RxMap<String, dynamic> sleepReport = <String, dynamic>{}.obs;
|
||||
|
||||
var isLoading = false.obs;
|
||||
RxBool isLoading = false.obs;
|
||||
|
||||
// 每种类型对应一份数据
|
||||
|
||||
|
||||
Reference in New Issue
Block a user