diff --git a/frontend/src/api/system/map/TiltPhotoManagement/index.ts b/frontend/src/api/system/map/TiltPhotoManagement/index.ts index 5b041a97..b88ee4ed 100644 --- a/frontend/src/api/system/map/TiltPhotoManagement/index.ts +++ b/frontend/src/api/system/map/TiltPhotoManagement/index.ts @@ -1,9 +1,17 @@ import request from '@/utils/request'; - + +// 获取倾斜摄影 列表 +export function getListTiltPhotoTree(data: any) { + return request({ + url: '/sys/oblique/GetKendoListCust', + method: 'post', + data: data + }); +} // 获取所有倾斜摄影 export function getAllTiltPhotoTree(data: any) { return request({ - url: '/sys/oblique/GetKendoListCust', + url: '/overview/vmsstbprpt/GetKendoList', method: 'post', data: data }); diff --git a/frontend/src/views/system/TiltPhotoManagement/index.vue b/frontend/src/views/system/TiltPhotoManagement/index.vue index e876afc0..98aa474e 100644 --- a/frontend/src/views/system/TiltPhotoManagement/index.vue +++ b/frontend/src/views/system/TiltPhotoManagement/index.vue @@ -12,10 +12,10 @@ -