详情页方位角丢失问题修改
parent
7c10194477
commit
1e06ed87ca
|
|
@ -936,10 +936,11 @@
|
|||
mapConfig.value = JSON.parse(res.codeValue);
|
||||
});
|
||||
changeTask();
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
@ -997,6 +998,7 @@
|
|||
}).finally(() =>{
|
||||
allInfoData.value = {...props.showInfoData, ...rcData}
|
||||
})
|
||||
getCaseImgList()
|
||||
});
|
||||
|
||||
const wjzp_kgList = computed(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue