diff --git a/src/layout/components/Sidebar/SidebarItem.vue b/src/layout/components/Sidebar/SidebarItem.vue
index 21f7710..355fd99 100644
--- a/src/layout/components/Sidebar/SidebarItem.vue
+++ b/src/layout/components/Sidebar/SidebarItem.vue
@@ -17,7 +17,7 @@
- {{ total }}
+ {{ total + totalChao }}
{
if (onlyOneChild.value.meta?.title == '我的待办' || props.item.meta?.title == '我的任务') {
getWaitingList();
+ getChaoList();
}
if (onlyOneChild.value.meta?.title == '我的抄送') {
getChaoList();
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 1b39f0c..f32c534 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -27,6 +27,9 @@
+
+
+