违法用地 审核列表详情添加标注回显功能
parent
bb3e107997
commit
b1788eab52
|
|
@ -310,7 +310,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { defineProps, ref, computed, onBeforeMount, watch } from 'vue';
|
||||
import { defineProps, ref, computed, onBeforeMount, watch, onMounted } from 'vue';
|
||||
import MapboxMap from '@/components/MapboxMaps/MapComponent.vue';
|
||||
import { getConfig, getGeom } from '@/api/sys/layerManagement';
|
||||
import { MoveInIllegalSubject, CheckCxjgPic } from '@/api/demo/system';
|
||||
|
|
@ -416,6 +416,13 @@
|
|||
}
|
||||
|
||||
onBeforeMount(() => {});
|
||||
onMounted(() => {
|
||||
if(props.showInfoData.biaozhuyijian){
|
||||
biaozhuyijian.value = props.showInfoData.biaozhuyijian
|
||||
}else{
|
||||
biaozhuyijian.value = ''
|
||||
}
|
||||
})
|
||||
|
||||
const anjianzhaopianList = computed(() => {
|
||||
getCaseImgList();
|
||||
|
|
|
|||
Loading…
Reference in New Issue