下拉状态无设备不可点

This commit is contained in:
czz
2025-07-15 17:48:05 +08:00
parent f10963a172
commit db6903ee78
4 changed files with 284 additions and 137 deletions

View File

@@ -129,6 +129,7 @@ class ApplyRepairController extends GetControllerEx<ApplyRepairModel> {
await deviceListController.getDeviceList();
var aa = deviceListController.model.deviceList;
ApplyRepairController applyRepairController = Get.find();
applyRepairController.model.device_list = aa;
applyRepairController.model.device_list?.assignAll(aa);
updateAll();
}
}