添加二维码批量下载功能
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user