From aa2d8367a9d79510e1642d62d70f88b7958dcca9 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Tue, 2 Sep 2025 17:12:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=BF=E4=BA=A7=E6=96=B0=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=96=B9=E4=BD=8D=E8=A7=92=E4=BC=A0=E5=8F=82?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/illegalminingnew/ShowInfoModal/index.vue | 2 +- src/views/demo/workflow/flowcode.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/illegalminingnew/ShowInfoModal/index.vue b/src/components/illegalminingnew/ShowInfoModal/index.vue index 69a8dd56..e5773b23 100644 --- a/src/components/illegalminingnew/ShowInfoModal/index.vue +++ b/src/components/illegalminingnew/ShowInfoModal/index.vue @@ -365,7 +365,7 @@ }); const imageList = ref([]); 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); // 匹配去除无效图片 // let zhengshiImageList = []; diff --git a/src/views/demo/workflow/flowcode.ts b/src/views/demo/workflow/flowcode.ts index 9229a37a..3ef12a8f 100644 --- a/src/views/demo/workflow/flowcode.ts +++ b/src/views/demo/workflow/flowcode.ts @@ -8,7 +8,7 @@ export const flowCode = [ name: '耕地非粮化', }, { - code: '100001', + code: '100002', name: '非法采矿工作管理', }, {