修改测试bug
This commit is contained in:
@@ -78,7 +78,8 @@ getLineTree().then(res => {
|
|||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
else {
|
else {
|
||||||
emit('init')
|
|
||||||
|
emit('init',arr2[0])
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -406,6 +406,7 @@ const details = (val: any) => {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
form1.value = val
|
form1.value = val
|
||||||
|
checkedIdList.value=form1.value.list
|
||||||
}
|
}
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -117,7 +117,8 @@ const changetype = (val: any) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const handleNodeClick = (data: any, node: any) => {
|
const handleNodeClick = (data: any, node: any) => {
|
||||||
if (data.level == 3) {
|
console.log("🚀 ~ handleNodeClick ~ data:", data)
|
||||||
|
if (data?.type == "line") {
|
||||||
dotList.value = data
|
dotList.value = data
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
tableStore.index()
|
tableStore.index()
|
||||||
|
|||||||
Reference in New Issue
Block a user