跟换取值
This commit is contained in:
		
							parent
							
								
									7469c78868
								
							
						
					
					
						commit
						02cccce830
					
				| 
						 | 
				
			
			@ -146,7 +146,7 @@ const projectInfoList = async () => {
 | 
			
		|||
    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.proId)
 | 
			
		||||
      projectIds.value = res.data.map((item) => item.projectId)
 | 
			
		||||
    }
 | 
			
		||||
  } catch (error) {
 | 
			
		||||
    console.log('🚀 ~ projectInfoList ~ error:', error)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue