From 1e06ed87ca2c1e316389902f55535b2b89f1aacd Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Thu, 6 Nov 2025 09:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E6=96=B9=E4=BD=8D?= =?UTF-8?q?=E8=A7=92=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/EarlyWarning/InfoModal/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(() => {