diff --git a/src/components/v-echars/index.vue b/src/components/v-echars/index.vue index 585a79b..3556880 100644 --- a/src/components/v-echars/index.vue +++ b/src/components/v-echars/index.vue @@ -57,9 +57,10 @@ export default { } if(params.componentType === 'markPoint') { params.event.event.stopPropagation(); + console.log(params) let o = { key: params.data.name, - index: params.seriesIndex, + index: params.data.xAxis, } this.$emit("clickMark", o); } diff --git a/src/views/BrandInsight/titsopo/index.vue b/src/views/BrandInsight/titsopo/index.vue index 9e9c205..85f743a 100644 --- a/src/views/BrandInsight/titsopo/index.vue +++ b/src/views/BrandInsight/titsopo/index.vue @@ -25,7 +25,7 @@ 关闭
- {{item.title}} + {{item.title}}