diff --git a/src/pages/materialsStation/index/index.vue b/src/pages/materialsStation/index/index.vue index 848806a..29fe4fd 100644 --- a/src/pages/materialsStation/index/index.vue +++ b/src/pages/materialsStation/index/index.vue @@ -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)