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