@@ -29,7 +29,7 @@
},
data() {
return {
- showRightIcon: false, // 是否显示右箭头
+ showRightIcon: true, // 是否显示右箭头
swiperScrollWidth: 0, // 盒子的宽度
swiperScrollContentWidth: 0, // 内容的宽度
maxClickNum: 0, // 最大点击次数
@@ -2357,6 +2357,7 @@ export default {
/************************************责任制-结束****************************************/
showEventdetailsdialog() {
this.eventDialog = false;
+ this.cancelEventShow()
this.$emit('showEventDialog', this.eventCode);
showheatPlotting() {