Commit 3754814b by 李耀琨

更新

parent 7b0efbf0
......@@ -812,6 +812,10 @@ export default {
});
}
},
// 点击选择当前节点
handleNodeClick(data,node){
console.log('点击当前节点node===',node);
......@@ -830,6 +834,7 @@ export default {
this.scanFlag = false;
this.scanfileTreeList = [];
(this.nodeId = ""), (this.text = "root"), (this.node = "xnode-4528");
},
},
};
......
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