|
@@ -48,7 +48,7 @@ watch(visible, () => {
|
|
|
|
|
|
const getAllParamGroups = () => {
|
|
|
handleRequest(async () => {
|
|
|
- const data = await getDeviceParams(props.devId);
|
|
|
+ const data = await getDeviceParams(props.devId, false);
|
|
|
allParamGroups.value = data;
|
|
|
|
|
|
if (data.length) {
|