Showing
2 changed files
with
0 additions
and
2 deletions
@@ -275,7 +275,6 @@ | @@ -275,7 +275,6 @@ | ||
275 | const deviceProfileId = ref(''); | 275 | const deviceProfileId = ref(''); |
276 | count.value = Number(getParams('count')); | 276 | count.value = Number(getParams('count')); |
277 | deviceProfileId.value = getParams('deviceProfileId') || ''; | 277 | deviceProfileId.value = getParams('deviceProfileId') || ''; |
278 | - console.log(deviceProfileId.value); | ||
279 | const setRowClassName = async () => { | 278 | const setRowClassName = async () => { |
280 | if (deviceProfileId.value !== undefined) { | 279 | if (deviceProfileId.value !== undefined) { |
281 | const { items } = await devicePage({ | 280 | const { items } = await devicePage({ |