This commit is contained in:
hayu 2025-10-30 20:46:17 +08:00
parent 755b4bf40d
commit 40476d45b6
1 changed files with 2 additions and 1 deletions

View File

@ -410,7 +410,8 @@ const getTeamList = async () => {
const getProjectListApi = async () => {
try {
const params = {
teamName: formData.teamName
teamName: formData.teamName,
isApp:true
}
const res = await getProjectInfoApi(params)
if (!res.data || !res.data.length) return