更新
This commit is contained in:
@@ -117,7 +117,7 @@ class _RepairModelWidgetState extends State<RepairModelWidget> {
|
||||
);
|
||||
if (matchedDevice != null) {
|
||||
// 找到了匹配的项
|
||||
widget.model['param'] = matchedDevice['mac'];
|
||||
// widget.model['param'] = matchedDevice['mac'];
|
||||
widget.model['mac'] = matchedDevice['mac'];
|
||||
widget.model['code'] =
|
||||
matchedDevice['code'] ?? '';
|
||||
@@ -161,7 +161,7 @@ class _RepairModelWidgetState extends State<RepairModelWidget> {
|
||||
isMultiSelect: false,
|
||||
// controller: _deviceController,
|
||||
options: repairController.deviceListId!,
|
||||
optionLabels: repairController.deviceListId!,
|
||||
optionLabels: repairController.deviceListIdLabel!,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user