fix: 走马灯快速点击单独刷新 加载错误的问题

This commit is contained in:
zhangyu
2023-04-06 16:28:32 +08:00
parent 2b159467d9
commit 6dae7ed6e5
4 changed files with 25 additions and 7 deletions

View File

@@ -16,6 +16,9 @@
<li v-for="i in $CONSTANTS.intervalList" :key="i.value + i.label" :style="{color:interval === i.value || interval.value === i.value ? theme.themeColor : ''}" class="el-dropdown-menu__item dropdown-content" @click="selectInterval(i,true)">
{{$t(i.label)}}
</li>
<li :key="-1" style="display: none" class="el-dropdown-menu__item dropdown-content" @click="selectInterval({label: 10, value: 10},true)">
{{$t(10)}}
</li>
</ul>
</transition>
</button>