设备报修

This commit is contained in:
czz
2025-07-14 18:04:42 +08:00
parent a26834f56c
commit d5a5e3282d
13 changed files with 952 additions and 374 deletions

View File

@@ -28,10 +28,10 @@ class RepairListController extends GetControllerEx<RepairListModel> {
}
//初始化列表数据
@override
Future<void> onInit() async {
super.onInit();
Future<void> initData() async {
await getRepairList();
updateAll();
}
getRepairList() async {