添加二维码批量下载功能

This commit is contained in:
GGJ
2025-04-22 08:46:51 +08:00
parent d282e7a2f2
commit 1e3b60eaaa
4 changed files with 260 additions and 107 deletions

View File

@@ -1066,7 +1066,7 @@ const handleClick = async (tab?: any) => {
setTimeout(() => {
trendRef.value && trendRef.value.getTrendRequest(obj)
tableLoading.value = false
}, 1500)
}, 0)
}
//查询实时数据
if (dataSet.value.includes('_realtimedata')) {

View File

@@ -166,7 +166,9 @@ queryByCode(props?.TrendList?.lineType == 0 ? 'apf-harmonic' : 'portable-harmoni
}
})
})
init()
})
})
const activeName: any = ref()
const deviceData: any = ref([])
@@ -184,7 +186,7 @@ const range = (start: any, end: any, step: any) => {
const trendRequestData = ref()
const getTrendRequest = (val: any) => {
trendRequestData.value = val
init()
// init()
}
//初始化趋势图
const headerRef = ref()