|
@@ -95,7 +95,6 @@ const searchClick = () => {
|
|
|
|
|
|
//获取设备列表
|
|
|
const deviceDataList = ref([])
|
|
|
-const currentDateTime = ref('')
|
|
|
const getDeviceList = async () => {
|
|
|
await useClick()
|
|
|
if (isNullES(yunToken.value)) {
|
|
@@ -137,6 +136,7 @@ const getDeviceList = async () => {
|
|
|
for (let i = 0; i < registerItem.length; i++) {
|
|
|
arr[0].dataItem[0].registerItem[i].time = dateTime
|
|
|
}
|
|
|
+ deviceDataList.value = arr
|
|
|
}
|
|
|
|
|
|
//查看详情
|