Commit 633acdc0 authored by 罗超's avatar 罗超

1

parent 4271c1ab
......@@ -160,9 +160,8 @@ export default {
}
let tickedTree = (val) => {
ctx.emit("update:defaultArray", val)
// findChild(props.treeData)
let chected=tree.value.getTickedNodes ()
console.log(165,chected)
console.log('defaultArray',val)
findChild(props.treeData)
}
let delItem = (i: number) => {
props.defaultArray.splice(i, 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment