| | |
| | | export function updateToken(params) { |
| | | return request.post('/token/updateToken', params); |
| | | } |
| | | //令牌管理 =>失效 |
| | | export function token_updateExpireById(params) { |
| | | return request.get('/token/updateExpireById', { params: params }); |
| | | } |
| | | |
| | | |
| | | //黑白名单列表获取 |
| | | export function blacklistSelectByPageAndCount(params) { |
| | | return request.get('/blacklist/selectByPageAndCount', { params: params }); |
| | |
| | | return request.get('/meta/selectGdbByGuid', { params: params }); |
| | | } |
| | | |
| | | |
| | | //信息管理=>DWG展示 |
| | | export function meta_selectConvertToDwg(params) { |
| | | return request.get('/meta/selectConvertToDwg?id='+params); |
| | | } |
| | | |
| | | |
| | | |
| | |
| | | export function dataCount_countSizesByPrj(params) { |
| | | return request.get('/dataCount/countSizesByPrj', { params: params }); |
| | | } |
| | | //数据统计=>转孔数据统计 |
| | | export function dataCount_countExplorationPoints(params) { |
| | | return request.get('/dataCount/countExplorationPoints', { params: params }); |
| | | } |
| | | export function dataCount_countWaterDamageByPrj(params) { |
| | | return request.get('/dataCount/countWaterDamageByPrj', { params: params }); |
| | | } |
| | | export function dataCount_countUnstableSlopeByPrj(params) { |
| | | return request.get('/dataCount/countUnstableSlopeByPrj', { params: params }); |
| | | } |
| | | export function dataCount_countLandSlideByPrj(params) { |
| | | return request.get('/dataCount/countLandSlideByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countHighSteepSlopeByPrj(params) { |
| | | return request.get('/dataCount/countHighSteepSlopeByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countGroundCollapseByPrj(params) { |
| | | return request.get('/dataCount/countGroundCollapseByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countDebrisFlowByPrj(params) { |
| | | return request.get('/dataCount/countDebrisFlowByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countCollapseByPrj(params) { |
| | | return request.get('/dataCount/countCollapseByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countExplorationReportByPrj(params) { |
| | | return request.get('/dataCount/countExplorationReportByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countSurveyWorksiteByPrj(params) { |
| | | return request.get('/dataCount/countSurveyWorksiteByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countLasAreaByPrj(params) { |
| | | return request.get('/dataCount/countLasAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countOsgbAreaByPrj(params) { |
| | | return request.get('/dataCount/countOsgbAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countMptAreaByPrj(params) { |
| | | return request.get('/dataCount/countMptAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countDemAreaByPrj(params) { |
| | | return request.get('/dataCount/countDemAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | |
| | | |
| | | export function dataCount_countDomAreaByPrj(params) { |
| | | return request.get('/dataCount/countDomAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countDlgAreaByPrj(params) { |
| | | return request.get('/dataCount/countDlgAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countExplorationPointByPrj(params) { |
| | | return request.get('/dataCount/countExplorationPointByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countLineLength(params) { |
| | | return request.get('/dataCount/countLineLength', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countGeoModelAreaByPrj(params) { |
| | | return request.get('/dataCount/countGeoModelAreaByPrj', { params: params }); |
| | | } |
| | | |
| | | export function dataCount_countGeologicHazardByPrj(params) { |
| | | return request.get('/dataCount/countGeologicHazardByPrj', { params: params }); |
| | | } |
| | | export function dataCount_countVariousDataByPrj(params) { |
| | | return request.get('/dataCount/countVariousDataByPrj', { params: params }); |
| | | } |
| | | |
| | | |
| | | |
| | | //数据统计=>下载报告 |