From f6afa97b2d3488fda90e02288228d36db16d709b Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Tue, 9 Sep 2025 10:03:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Sidebar/SidebarItem.vue | 3 ++- src/views/system/user/index.vue | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 @@ { 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 @@ + + + From 16fda90d969c4996ed352d11e7b99662661423a1 Mon Sep 17 00:00:00 2001 From: taoge1020 Date: Tue, 9 Sep 2025 10:15:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../overallPlanMaterialSupply/index.vue | 1029 +++++++---------- 1 file changed, 419 insertions(+), 610 deletions(-) diff --git a/src/views/materials/overallPlanMaterialSupply/index.vue b/src/views/materials/overallPlanMaterialSupply/index.vue index 317b908..930bbd8 100644 --- a/src/views/materials/overallPlanMaterialSupply/index.vue +++ b/src/views/materials/overallPlanMaterialSupply/index.vue @@ -1,40 +1,39 @@ - -