main
刘妍 3 months ago
parent 383b09adf0
commit 91bbda65d5

@ -283,8 +283,6 @@
import ImagePreview from '@/components/Upload/src/components/image_preview.vue';
import { userFormFileStore } from '@/store/modules/formFileUrl';
import { getConfig } from '@/api/sys/layerManagement';
import { getLoadCaseImgList } from '@/api/tiankongdi';
import {
designerDataType,
logsType,
@ -442,17 +440,6 @@
}
}
const imageList = ref([]);
async function getCaseImgList() {
imageList.value = await getLoadCaseImgList({
caseid: props.processId,
category: flowCodeName(designerData.process.schemeCode),
});
if (MapboxComponent.value) {
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
}
}
async function getTaskInfo() {
rejectRelations.value = [];
let query: any = {
@ -1011,7 +998,6 @@
function getFormSuccess(formData) {
if (mapConfig.value.isShowMap) {
handlerShowGeomtrys(designerData.formCurrentNode, formData);
getCaseImgList();
}
}

@ -0,0 +1,5 @@
<template>
<div>飞行作业</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>
Loading…
Cancel
Save