|
|
@@ -77,7 +77,11 @@ export default {
|
|
|
// this.FlowConfig = this.transform(this.FlowConfig);
|
|
|
},
|
|
|
clickNode(node) {
|
|
|
- console.log("当前点击节点", node);
|
|
|
+ node.title = "hhhh";
|
|
|
+ console.log(this.$refs.flow.nodeChange, "sdfsaf");
|
|
|
+ console.log("当前点击节点2", node);
|
|
|
+ this.$refs.flow.nodeChange(node);
|
|
|
+ this.$forceUpdate();
|
|
|
}
|
|
|
}
|
|
|
};
|