diff --git a/src/views/yingji/echarts/executive.vue b/src/views/yingji/echarts/executive.vue index 0a8bb13..019e76d 100644 --- a/src/views/yingji/echarts/executive.vue +++ b/src/views/yingji/echarts/executive.vue @@ -71,11 +71,11 @@ export default { }, getData(e) { if (e.length == 1) { - this.$emit("quhua", e[0].slice(0, 8)); + this.$emit("quhua", e[0].slice(1, 8)); } else if (e.length == 2 && e[0] == e[1]) { - this.$emit("quhua", e[0].slice(0, 8)); + this.$emit("quhua", e[0].slice(1, 8)); } else { - this.$emit("quhua", e[1].slice(0, 11)); + this.$emit("quhua", e[1].slice(1, 11)); } }, }, diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue index 2eb67ec..1f65894 100644 --- a/src/views/yingji/enterprise.vue +++ b/src/views/yingji/enterprise.vue @@ -35,7 +35,7 @@ -