This commit is contained in:
parent
755b4bf40d
commit
40476d45b6
|
|
@ -410,7 +410,8 @@ const getTeamList = async () => {
|
||||||
const getProjectListApi = async () => {
|
const getProjectListApi = async () => {
|
||||||
try {
|
try {
|
||||||
const params = {
|
const params = {
|
||||||
teamName: formData.teamName
|
teamName: formData.teamName,
|
||||||
|
isApp:true
|
||||||
}
|
}
|
||||||
const res = await getProjectInfoApi(params)
|
const res = await getProjectInfoApi(params)
|
||||||
if (!res.data || !res.data.length) return
|
if (!res.data || !res.data.length) return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue