From c5f70afac4dd35b3a6033eef8aae530d674425e0 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 13 五月 2024 15:02:52 +0800
Subject: [PATCH] 完成工时管理前端

---
 src/view/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/view/index.vue b/src/view/index.vue
index 2d2d851..60b94d2 100644
--- a/src/view/index.vue
+++ b/src/view/index.vue
@@ -462,6 +462,7 @@
 			}
 			this.getPower()
       this.timer&&clearInterval(this.timer);
+      this.checkForUnreadData()
       this.timer = setInterval(()=>{
         this.checkForUnreadData()
       },30000)

--
Gitblit v1.9.3