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