From 57df4fe011b7d1ed5db2e7cf5d37e2fc147081e4 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Fri, 13 Sep 2024 14:24:08 +0800 Subject: [PATCH] =?UTF-8?q?LoadCaseImgList=E6=8E=A5=E5=8F=A3=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E6=B7=BB=E5=8A=A0=E4=B8=93=E9=A2=98=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../degraining/curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- .../illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- src/views/demo/illegalmining/patchsummary/index.vue | 2 +- .../curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- src/views/demo/inspectionaudit/patchsummary/index.vue | 2 +- .../keyissuesI/curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- .../keyissuesII/curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- src/views/demo/minerals/patchsummary/detail/index.vue | 2 +- .../tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue index 72880e57..3fe056ba 100644 --- a/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/degraining/curbspotcity/MapList/ShowInfoModal/index.vue @@ -532,7 +532,7 @@ const imageList = ref([]) async function getCaseImgList(){ - imageList.value = await getLoadCaseImgList({caseid:id}); + imageList.value = await getLoadCaseImgList({caseid:id,category:'耕地非粮化'}); diff --git a/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue index 4bd519f3..c50b6a15 100644 --- a/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue @@ -532,7 +532,7 @@ const imageList = ref([]) async function getCaseImgList(){ - imageList.value = await getLoadCaseImgList({caseid:id}); + imageList.value = await getLoadCaseImgList({caseid:id, category:'非法采矿卫片下发'}); diff --git a/src/views/demo/illegalmining/patchsummary/index.vue b/src/views/demo/illegalmining/patchsummary/index.vue index d5e129b4..b36d3ac9 100644 --- a/src/views/demo/illegalmining/patchsummary/index.vue +++ b/src/views/demo/illegalmining/patchsummary/index.vue @@ -103,7 +103,7 @@ import { columns, searchFormSchema } from './patchsummary.data'; import { getAppEnvConfig } from '@/utils/env'; import axios from 'axios'; - import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue'; + import ShowInfoModal from '@/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue'; import { GetCaseInfoById } from '@/api/illegalmining/index'; import { dataProcessingCount } from '@/views/demo/tiankongdi/util'; import { BasicForm, useForm } from '@/components/Form'; diff --git a/src/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue index 391c9fe3..51612e32 100644 --- a/src/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue @@ -544,7 +544,7 @@ const imageList = ref([]); async function getCaseImgList(){ - imageList.value = await getLoadCaseImgList({caseid:id}); + imageList.value = await getLoadCaseImgList({caseid:id,category:'巡察审计'}); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); // 匹配去除无效图片 diff --git a/src/views/demo/inspectionaudit/patchsummary/index.vue b/src/views/demo/inspectionaudit/patchsummary/index.vue index 63039ad4..95b1d8f7 100644 --- a/src/views/demo/inspectionaudit/patchsummary/index.vue +++ b/src/views/demo/inspectionaudit/patchsummary/index.vue @@ -102,7 +102,7 @@ import { columns, searchFormSchema } from './patchsummary.data'; import { getAppEnvConfig } from '@/utils/env'; import axios from 'axios'; - import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue'; + import ShowInfoModal from '@/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue'; import { getCaseInfoById, loadCaseInfoTuBanList } from '@/api/inspectionaudit/index'; import { dataProcessingCount } from '@/views/demo/tiankongdi/util'; import { BasicForm, useForm } from '@/components/Form'; diff --git a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/ShowInfoModal/index.vue index 53e63d36..21ac0817 100644 --- a/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/keyproblem/keyissuesI/curbspotcity/MapList/ShowInfoModal/index.vue @@ -440,7 +440,7 @@ const imageList = ref([]); async function getCaseImgList(){ - imageList.value = await getLoadCaseImgList({caseid:id}); + imageList.value = await getLoadCaseImgList({caseid:id,category:'重点问题1类'}); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); // 匹配去除无效图片 diff --git a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/ShowInfoModal/index.vue index 9cd8e2aa..a66286d7 100644 --- a/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/keyproblem/keyissuesII/curbspotcity/MapList/ShowInfoModal/index.vue @@ -429,7 +429,7 @@ const imageList = ref([]); async function getCaseImgList(){ - imageList.value = await getLoadCaseImgList({caseid:id}); + imageList.value = await getLoadCaseImgList({caseid:id,category:'重点问题2类'}); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); // 匹配去除无效图片 diff --git a/src/views/demo/minerals/patchsummary/detail/index.vue b/src/views/demo/minerals/patchsummary/detail/index.vue index cddff48d..402a143f 100644 --- a/src/views/demo/minerals/patchsummary/detail/index.vue +++ b/src/views/demo/minerals/patchsummary/detail/index.vue @@ -839,7 +839,7 @@ }); const imageList = ref([]); async function getCaseImgList() { - imageList.value = await getLoadCaseImgList({ caseid: props.id }); + imageList.value = await getLoadCaseImgList({ caseid: props.id,category:'非法采矿工作管理' }); // 匹配去除无效图片 let zhengshiImageList = []; diff --git a/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue b/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue index eb24734e..0881b26d 100644 --- a/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue +++ b/src/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue @@ -483,7 +483,7 @@ }, ); async function getCaseImgList() { - imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id }); + imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id,category:'违法用地' }); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); // 匹配去除无效图片