LoadCaseImgList接口传参添加专题名称
parent
c13fffdced
commit
57df4fe011
|
|
@ -532,7 +532,7 @@
|
||||||
const imageList = ref([])
|
const imageList = ref([])
|
||||||
async function getCaseImgList(){
|
async function getCaseImgList(){
|
||||||
|
|
||||||
imageList.value = await getLoadCaseImgList({caseid:id});
|
imageList.value = await getLoadCaseImgList({caseid:id,category:'耕地非粮化'});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -532,7 +532,7 @@
|
||||||
const imageList = ref([])
|
const imageList = ref([])
|
||||||
async function getCaseImgList(){
|
async function getCaseImgList(){
|
||||||
|
|
||||||
imageList.value = await getLoadCaseImgList({caseid:id});
|
imageList.value = await getLoadCaseImgList({caseid:id, category:'非法采矿卫片下发'});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@
|
||||||
import { columns, searchFormSchema } from './patchsummary.data';
|
import { columns, searchFormSchema } from './patchsummary.data';
|
||||||
import { getAppEnvConfig } from '@/utils/env';
|
import { getAppEnvConfig } from '@/utils/env';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue';
|
import ShowInfoModal from '@/views/demo/illegalmining/curbspotcity/MapList/ShowInfoModal/index.vue';
|
||||||
import { GetCaseInfoById } from '@/api/illegalmining/index';
|
import { GetCaseInfoById } from '@/api/illegalmining/index';
|
||||||
import { dataProcessingCount } from '@/views/demo/tiankongdi/util';
|
import { dataProcessingCount } from '@/views/demo/tiankongdi/util';
|
||||||
import { BasicForm, useForm } from '@/components/Form';
|
import { BasicForm, useForm } from '@/components/Form';
|
||||||
|
|
|
||||||
|
|
@ -544,7 +544,7 @@
|
||||||
const imageList = ref([]);
|
const imageList = ref([]);
|
||||||
|
|
||||||
async function getCaseImgList(){
|
async function getCaseImgList(){
|
||||||
imageList.value = await getLoadCaseImgList({caseid:id});
|
imageList.value = await getLoadCaseImgList({caseid:id,category:'巡察审计'});
|
||||||
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
||||||
|
|
||||||
// 匹配去除无效图片
|
// 匹配去除无效图片
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
import { columns, searchFormSchema } from './patchsummary.data';
|
import { columns, searchFormSchema } from './patchsummary.data';
|
||||||
import { getAppEnvConfig } from '@/utils/env';
|
import { getAppEnvConfig } from '@/utils/env';
|
||||||
import axios from 'axios';
|
import axios from 'axios';
|
||||||
import ShowInfoModal from '@/views/demo/tiankongdi/curbspotcity/MapList/ShowInfoModal/index.vue';
|
import ShowInfoModal from '@/views/demo/inspectionaudit/curbspotcity/MapList/ShowInfoModal/index.vue';
|
||||||
import { getCaseInfoById, loadCaseInfoTuBanList } from '@/api/inspectionaudit/index';
|
import { getCaseInfoById, loadCaseInfoTuBanList } from '@/api/inspectionaudit/index';
|
||||||
import { dataProcessingCount } from '@/views/demo/tiankongdi/util';
|
import { dataProcessingCount } from '@/views/demo/tiankongdi/util';
|
||||||
import { BasicForm, useForm } from '@/components/Form';
|
import { BasicForm, useForm } from '@/components/Form';
|
||||||
|
|
|
||||||
|
|
@ -440,7 +440,7 @@
|
||||||
const imageList = ref([]);
|
const imageList = ref([]);
|
||||||
|
|
||||||
async function getCaseImgList(){
|
async function getCaseImgList(){
|
||||||
imageList.value = await getLoadCaseImgList({caseid:id});
|
imageList.value = await getLoadCaseImgList({caseid:id,category:'重点问题1类'});
|
||||||
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
||||||
|
|
||||||
// 匹配去除无效图片
|
// 匹配去除无效图片
|
||||||
|
|
|
||||||
|
|
@ -429,7 +429,7 @@
|
||||||
const imageList = ref([]);
|
const imageList = ref([]);
|
||||||
|
|
||||||
async function getCaseImgList(){
|
async function getCaseImgList(){
|
||||||
imageList.value = await getLoadCaseImgList({caseid:id});
|
imageList.value = await getLoadCaseImgList({caseid:id,category:'重点问题2类'});
|
||||||
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
||||||
|
|
||||||
// 匹配去除无效图片
|
// 匹配去除无效图片
|
||||||
|
|
|
||||||
|
|
@ -839,7 +839,7 @@
|
||||||
});
|
});
|
||||||
const imageList = ref([]);
|
const imageList = ref([]);
|
||||||
async function getCaseImgList() {
|
async function getCaseImgList() {
|
||||||
imageList.value = await getLoadCaseImgList({ caseid: props.id });
|
imageList.value = await getLoadCaseImgList({ caseid: props.id,category:'非法采矿工作管理' });
|
||||||
|
|
||||||
// 匹配去除无效图片
|
// 匹配去除无效图片
|
||||||
let zhengshiImageList = [];
|
let zhengshiImageList = [];
|
||||||
|
|
|
||||||
|
|
@ -483,7 +483,7 @@
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
async function getCaseImgList() {
|
async function getCaseImgList() {
|
||||||
imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id });
|
imageList.value = await getLoadCaseImgList({ caseid: props.showInfoData.id,category:'违法用地' });
|
||||||
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
MapboxComponent.value.handlerLoadPictureAzimuth(imageList.value);
|
||||||
|
|
||||||
// 匹配去除无效图片
|
// 匹配去除无效图片
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue