feat: 查询补充
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
item['key'] = item.id.toString();
|
||||
return item;
|
||||
});
|
||||
targetKeys.value = res.data.linkGroups?.map((item) => {
|
||||
targetKeys.value = res.data.linkDeviceInfos?.map((item) => {
|
||||
return item.id.toString();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user