From 33c5011a860bb10efc4f8a4d4f6bc19bf9fecbb8 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 14 五月 2024 14:15:30 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master --- 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