联调 正式检测结果页面
This commit is contained in:
@@ -214,15 +214,12 @@ const handleNext = async () => {
|
||||
return
|
||||
}
|
||||
// const sourceKey = edge.source.replace('被检通道-', '').replace('-', '_');
|
||||
let chnNumList: object[] = []
|
||||
let chnNumList: string[] = []
|
||||
await edges.value.forEach(edge => {
|
||||
const match = edge.source.split('-')
|
||||
|
||||
if (match) {
|
||||
chnNumList.push({
|
||||
deviceId: match[1],
|
||||
label: match[2]
|
||||
})
|
||||
chnNumList.push(match[2])
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user