乱占耕地建房及设施农业监管专题方位角缺失问题修改

main
zhufu 2025-11-22 10:06:20 +08:00
parent dac2bd0432
commit 4dff7e8cc5
2 changed files with 9 additions and 1 deletions

View File

@ -300,7 +300,7 @@
async function getCaseImgList() {
imageList.value = await getLoadCaseImgList({
caseid: props.showInfoData.id,
category: '巡察审计',
category: '乱占耕地建房',
});
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);

View File

@ -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);