@@ -99,6 +99,7 @@ const getDeviceList = () => {
const { records, total } = await queryDevicesList({
...pageParams.value,
deviceType: activeDeviceType.value,
+ groupId: props.deviceGroupId,
runningStatusList,
});