详情页方位角丢失问题修改

hedong
zhufu 2025-11-06 09:15:11 +08:00
parent 7c10194477
commit 1e06ed87ca
1 changed files with 3 additions and 1 deletions

View File

@ -936,10 +936,11 @@
mapConfig.value = JSON.parse(res.codeValue); mapConfig.value = JSON.parse(res.codeValue);
}); });
changeTask(); changeTask();
getCaseImgList()
}, },
); );
async function getCaseImgList() { async function getCaseImgList() {
imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id,category:'违法用地' }); imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id,category:'设施农用地' });
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
} }
@ -997,6 +998,7 @@
}).finally(() =>{ }).finally(() =>{
allInfoData.value = {...props.showInfoData, ...rcData} allInfoData.value = {...props.showInfoData, ...rcData}
}) })
getCaseImgList()
}); });
const wjzp_kgList = computed(() => { const wjzp_kgList = computed(() => {