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