This commit is contained in:
parent
cac2be25b5
commit
9e61a4ca79
|
|
@ -133,8 +133,9 @@ const getUserInfoByUserName = async () => {
|
|||
const projectInfoList = async () => {
|
||||
try {
|
||||
const res = await getProjectInfoApi({ unitId: null, isApp: true })
|
||||
console.log('🚀 ~ projectInfoList ~ res:', res)
|
||||
if (res.data && res.data.length > 0) {
|
||||
projectIds.value = res.data.map((item) => item.projectId)
|
||||
projectIds.value = res.data.map((item) => item.proId)
|
||||
}
|
||||
} catch (error) {
|
||||
console.log('🚀 ~ projectInfoList ~ error:', error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue