|
|
@ -365,7 +365,7 @@
|
|
|
|
});
|
|
|
|
});
|
|
|
|
const imageList = ref([]);
|
|
|
|
const imageList = ref([]);
|
|
|
|
async function getCaseImgList() {
|
|
|
|
async function getCaseImgList() {
|
|
|
|
imageList.value = await getLoadCaseImgList({ caseid: props.id, category: '非法采矿工作管理' });
|
|
|
|
imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id, category: '非法采矿工作管理' });
|
|
|
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
|
|
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
|
|
|
// 匹配去除无效图片
|
|
|
|
// 匹配去除无效图片
|
|
|
|
// let zhengshiImageList = [];
|
|
|
|
// let zhengshiImageList = [];
|
|
|
|