From 2caf6c0b519300a24788b7cd8d57fb0c1f0b1a0e Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 14 五月 2024 18:03:18 +0800 Subject: [PATCH] 优化 --- src/view/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 2d2d851..7a4697f 100644 --- a/src/view/index.vue +++ b/src/view/index.vue @@ -393,7 +393,7 @@ <el-button type="primary" @click="handleEdit">纭� 瀹�</el-button> </span> </el-dialog> - <notice ref="notice" /> + <notice ref="notice" @goNoticeDetail="checkForUnreadData()" /> </div> </template> @@ -462,6 +462,7 @@ } this.getPower() this.timer&&clearInterval(this.timer); + this.checkForUnreadData() this.timer = setInterval(()=>{ this.checkForUnreadData() },30000) -- Gitblit v1.9.3