diff --git a/src/components/EarlyWarning/InfoModal/index.vue b/src/components/EarlyWarning/InfoModal/index.vue index 2a30183..8b72197 100644 --- a/src/components/EarlyWarning/InfoModal/index.vue +++ b/src/components/EarlyWarning/InfoModal/index.vue @@ -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(() => {