diff --git a/src/components/farmland/ShowInfoModal/index.vue b/src/components/farmland/ShowInfoModal/index.vue index 990d02c3..dc3edf4d 100644 --- a/src/components/farmland/ShowInfoModal/index.vue +++ b/src/components/farmland/ShowInfoModal/index.vue @@ -300,7 +300,7 @@ async function getCaseImgList() { imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id, - category: '巡察审计', + category: '乱占耕地建房', }); MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value); diff --git a/src/views/demo/workflow/flowcode.ts b/src/views/demo/workflow/flowcode.ts index 66e0923d..35963c4a 100644 --- a/src/views/demo/workflow/flowcode.ts +++ b/src/views/demo/workflow/flowcode.ts @@ -39,6 +39,14 @@ export const flowCode = [ code: '0000008', name: '生态修复', }, + { + code: '0000009', + name: '乱占耕地建房', + }, + { + code: '0000010', + name: '设施农业监管', + }, ]; export const flowCodeName = (code) => { const item = flowCode.find((item) => item.code === code);