From 02cccce830c0d5171873b7b6228ef1af1f687459 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 9 Jul 2025 17:07:24 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E6=8D=A2=E5=8F=96=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/materialsStation/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)