fix(project): detail all task list fix

This commit is contained in:
zhangheng
2026-02-26 19:26:46 +08:00
parent 77a9571b72
commit 4c72bbe55d
9 changed files with 780 additions and 166 deletions

View File

@@ -43,7 +43,7 @@ export default function CollectionDetailPage() {
}, [permissions])
const [selectKey, setSelectedKey] = useState<TabKey>(
(backTitle as TabKey) || "own"
(backTitle as TabKey) || "all"
)
const [info, setInfo] = useState<ProjectDetail.DataProps>()
const [userEnums, setUserEnums] = useState<{