{"remainingRequest":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\frontScreen\\gisMap.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\frontScreen\\gisMap.js","mtime":1684458236199},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nvar portal = window.context.portal;\nexport default {\n //获取水库列表\n findResList: function findResList(data, cb) {\n req.post(portal + '/biz/res/gis/findResList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //雨情监测\n pptnLatestList: function pptnLatestList(data, cb) {\n req.post(portal + '/biz/res/statistics/pptnLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水情监测\n rsvrLatestList: function rsvrLatestList(data, cb) {\n req.post(portal + '/biz/res/statistics/rsvrLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取监测站下拉\n monitoring: function monitoring(data, cb) {\n req.post(portal + '/biz/station/gq/findAll', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //位移曲线图\n dammvData: function dammvData(data, cb) {\n req.post(portal + '/biz/res/gis/dammvData', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //渗流曲线图\n damspgData: function damspgData(data, cb) {\n req.post(portal + '/biz/res/gis/damspgData', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //渗压曲线图\n damspprData: function damspprData(data, cb) {\n req.post(portal + '/biz/res/gis/damspprData', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取水电站下拉列表\n findAll: function findAll(data, cb) {\n req.post(portal + '/biz/res/gis/findAll', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //根据水电站获取生态流量\n flowList: function flowList(data, cb) {\n req.post(portal + '/biz/res/gis/flowList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取水雨情测站列表\n findStList: function findStList(data, cb) {\n req.post(portal + '/biz/res/gis/findStList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //雨情测报数据\n gisPptnLatestList: function gisPptnLatestList(data, cb) {\n req.post(portal + '/biz/res/gis/pptnLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取工情测站列表\n findGqStation: function findGqStation(data, cb) {\n req.post(portal + '/biz/res/gis/findGqStation', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //预警设施列表\n alarmList: function alarmList(data, cb) {\n req.post(portal + '/biz/res/gis/alarmList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取取水点列表\n stationPage: function stationPage(data, cb) {\n req.post(portal + '/biz/res/gis/stationPage', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //根据取水户获取取水计划列表\n waterPlanLis: function waterPlanLis(data, cb) {\n req.post(portal + '/biz/res/gis/waterPlanList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //取水点测报数据\n waterDataList: function waterDataList(data, cb) {\n req.post(portal + '/biz/res/gis/waterDataList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //查询行政区划\n querySysAreas: function querySysAreas(data, cb) {\n req.post(portal + '/sys/sysAreas/v1/querySysAreas', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取河流下拉树\n baseFindAll: function baseFindAll(data, cb) {\n req.post(portal + '/att/rv/base/findAll', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取区域相关监测站和水利工程统计信息\n countStation: function countStation(data, cb) {\n req.post(portal + '/biz/res/gis/countStation', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //\n hdswLatestList: function hdswLatestList(data, cb) {\n req.post(portal + '/biz/res/gis/hdswLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水库名称\n findRiverList: function findRiverList(data, cb) {\n req.post(portal + '/biz/water/monitor/findRiverList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //监测预警\n // 实时水情\n waterRegime: function waterRegime(data, cb) {\n req.post(portal + '/biz/res/gis/waterLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //实时雨情\n RealTimeRain: function RealTimeRain(data, cb) {\n req.post(portal + '/biz/res/gis/realPptnList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //历史雨情\n waterHistoryList: function waterHistoryList(data, cb) {\n req.post(portal + '/biz/res/gis/waterHistoryList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //河道水位测报数据\n waterRegimehd: function waterRegimehd(data, cb) {\n req.post(portal + '/biz/res/gis/hdswLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水库水位测报数据\n waterRegimesk: function waterRegimesk(data, cb) {\n req.post(portal + '/biz/res/gis/resLatestList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //日降雨量\n dayYlList: function dayYlList(data, cb) {\n req.post(portal + '/biz/res/gis/dayYlList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //取水监测\n waterPaperList: function waterPaperList(data, cb) {\n req.post(portal + '/biz/res/gis/waterPaperList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //实时位移\n dammvList: function dammvList(data, cb) {\n req.post(portal + '/biz/res/gis/dammvList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //实时渗流\n damspgList: function damspgList(data, cb) {\n req.post(portal + '/biz/res/gis/damspgList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //实时渗压\n damspprList: function damspprList(data, cb) {\n req.post(portal + '/biz/res/gis/damspprList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水库名称下拉数据\n geFindAll: function geFindAll(data, cb) {\n req.post(portal + '/att/res/base/findAll', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //测压管分页查询\n damsppQuery: function damsppQuery(data, cb) {\n req.post(portal + '/biz/lift/monitor/damsppQuery', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n getDamspprList: function getDamspprList(data, cb) {\n req.post(portal + '/biz/monitor/curve/damspprList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n }\n};",null]}