@ -82,7 +82,7 @@ export async function getRoadInfoByStakeMark(stakeMarkId) {
},
});
if (!stakeMarkInfo.data?.sectionId) return {};
if (!stakeMarkInfo.data[0]?.sectionId) return {};
const roadSectionInfo = await request({
url: `/business/roadSection/${stakeMarkInfo.data.sectionId}`,