|
@@ -177,6 +177,7 @@ export default {
|
|
|
children: "children",
|
|
|
label: "label",
|
|
|
},
|
|
|
+ activeNode: "",
|
|
|
};
|
|
|
},
|
|
|
watch: {
|
|
@@ -248,6 +249,8 @@ export default {
|
|
|
this.$emit("refresh");
|
|
|
},
|
|
|
funCurrentChange(current, currentNode) {
|
|
|
+ this.activeNode = current?.id || "";
|
|
|
+ console.log(111, this.activeNode);
|
|
|
this.$emit("currentChange", {
|
|
|
current,
|
|
|
currentNode,
|