|
@@ -181,6 +181,9 @@ export default {
|
|
console.log("itemMsg", itemMsg);
|
|
console.log("itemMsg", itemMsg);
|
|
this.FocusItemChanged(itemMsg);
|
|
this.FocusItemChanged(itemMsg);
|
|
});
|
|
});
|
|
|
|
+ bus.$on("setGraphId", setGraphId => {
|
|
|
|
+ console.log("itemMsg", setGraphId);
|
|
|
|
+ });
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
const href = window.location.href;
|
|
const href = window.location.href;
|