From 86b3da1595be68c9b69df4be1e8a484e9eace245 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 15 五月 2024 10:52:25 +0800 Subject: [PATCH] 人员管理树形 --- src/view/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/view/index.vue b/src/view/index.vue index 60b94d2..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> -- Gitblit v1.9.3