This commit is contained in:
parent
755b4bf40d
commit
40476d45b6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue