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