保存进度!

This commit is contained in:
2023-06-08 18:08:57 +08:00
parent 664c2335ca
commit 80e4b24e4f
3 changed files with 7 additions and 7 deletions

View File

@@ -118,7 +118,7 @@ export default {
attachingRankingList: [], // 坐席车非渗透率榜单
renewalRankingList: [], // 坐席续保率榜单
});
const timerHandler = 0;
let timerHandler = 0;
const getTotalArchievement = computed(() =>
{
@@ -214,7 +214,7 @@ export default {
onBeforeMount(() =>
{
// 设置每10分钟刷新一次
// timerHandler = setInterval( refresh, 5000 );
timerHandler = setInterval( refresh, 5000 );
refresh();
});