From 4ebbd3cbd7112004242843a3eff761fcbbdfdee0 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 26 十一月 2024 15:52:41 +0800
Subject: [PATCH] 项目库新增路由
---
src/views/components/tidingsTable.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/components/tidingsTable.vue b/src/views/components/tidingsTable.vue
index 8d2d659..8009d8e 100644
--- a/src/views/components/tidingsTable.vue
+++ b/src/views/components/tidingsTable.vue
@@ -137,7 +137,7 @@
async getMessageCountFun() {
const resp = await getMessageCount();
if (resp.code === 200) {
- this.tabs = tabs.map((tab) => {
+ this.tabs = this.tabs.map((tab) => {
if (tab.label === '瀹℃牳娑堟伅') {
tab.num = resp.data.auditCount;
}
--
Gitblit v1.8.0