From daa8d9bb7756c71917316f4202643d88229576d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E?= <3154396966@qq.com> Date: Tue, 19 Aug 2025 16:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Approval/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Approval/index.vue b/pages/Approval/index.vue index 9a14b5e..82c3f59 100644 --- a/pages/Approval/index.vue +++ b/pages/Approval/index.vue @@ -68,7 +68,7 @@ export default { data() { return { - currentTab: 0, // 默认选中的标签索引 + currentTab: 1, // 默认选中的标签索引 tabs: ['我发起的', '待办任务', '已办任务'], // 标签列表 processes: [], totalPages: 0,