|
|
@ -118,7 +118,6 @@ async function loadData() { |
|
|
|
if (!isResError(res)) { |
|
|
|
if (!isResError(res)) { |
|
|
|
deviceDetails.value = Array.isArray(res.data) ? res.data : [] |
|
|
|
deviceDetails.value = Array.isArray(res.data) ? res.data : [] |
|
|
|
} |
|
|
|
} |
|
|
|
debugger |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
function updateData(data: any[]) { |
|
|
|
function updateData(data: any[]) { |
|
|
|