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: '非法采矿工作管理', }, {