违法用地 审核列表详情添加标注回显功能

main
zhufu 6 days ago
parent a0b92334b2
commit bb3e107997

@ -350,6 +350,11 @@
mapConfig.value = JSON.parse(res.codeValue);
});
changeTask();
if(props.showInfoData.biaozhuyijian){
biaozhuyijian.value = props.showInfoData.biaozhuyijian
}else{
biaozhuyijian.value = ''
}
},
);
async function getCaseImgList() {

Loading…
Cancel
Save