feat: 查询补充

This commit is contained in:
xuziqiang
2024-07-15 15:53:54 +08:00
parent 0681836c02
commit 32d1a633b1
8 changed files with 112 additions and 529 deletions

View File

@@ -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();
});
});