修改默认值

This commit is contained in:
2025-08-19 16:13:03 +08:00
parent cbabebc174
commit daa8d9bb77

View File

@@ -68,7 +68,7 @@
export default {
data() {
return {
currentTab: 0, // 默认选中的标签索引
currentTab: 1, // 默认选中的标签索引
tabs: ['我发起的', '待办任务', '已办任务'], // 标签列表
processes: [],
totalPages: 0,