{"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\\digitalReservoir.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\frontScreen\\digitalReservoir.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 resSituation: function resSituation(data, cb) {\n req.post(portal + '/biz/res/statistics/resSituation', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //测站概况\n stationSituation: function stationSituation(data, cb) {\n req.post(portal + '/biz/res/statistics/stationSituation', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //超汛限柱状图\n superLimitedRank: function superLimitedRank(cb) {\n req.post(portal + '/biz/warn/statistics/swWarning').then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //当年巡检排名\n statistical: function statistical(data, cb) {\n req.post(portal + '/biz/res/statistics/statistical', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //最新巡检\n latestIns: function latestIns(id, cb) {\n req.post(portal + '/dsm/ins/result/insResultListNew?rscd=' + id).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //日雨量累计排行\n dayYlList: function dayYlList(data, cb) {\n req.get(portal + '/biz/res/statistics/dayYlList?appType=' + 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/statistics/dammvList', 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/statistics/findStList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //监测预警===> 视频站列表\n findVideoList: function findVideoList(data, cb) {\n req.post(portal + '/biz/catalog/base/query', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //监测预警===> 位移站列表\n findDisplacementList: function findDisplacementList(data, cb) {\n req.post(portal + '/biz/lift/monitor/dammvQuery', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //监测预警===> 渗压站列表\n findOsmosisList: function findOsmosisList(data, cb) {\n req.post(portal + '/biz/lift/monitor/damopPage', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水库详情\n resDetail: function resDetail(data, cb) {\n req.post(portal + '/biz/res/statistics/resDetail', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //根据水库编码获取预警信息\n getWarnInfo: function getWarnInfo(data, cb) {\n req.get(portal + '/biz/res/statistics/getWarnInfo/' + data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //责任人列\n personList: function personList(data, cb) {\n req.get(portal + '/biz/res/statistics/personList/' + 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 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 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 damspprList: function damspprList(data, cb) {\n req.post(portal + '/biz/res/statistics/damspprList', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //水位关系曲线图\n lvtpcQuery: function lvtpcQuery(data, cb) {\n req.post(portal + '/wrp/rsr/lvtpc/query', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //当日水位雨情情况\n rsvrAndPptnValue: function rsvrAndPptnValue(data, cb) {\n req.post(portal + '/biz/res/statistics/rsvrAndPptnValue', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //当日巡检水库\n insResult: function insResult(data, cb) {\n req.post(portal + '/biz/res/statistics/insResult', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //当日巡检问题\n insQuestion: function insQuestion(data, cb) {\n req.post(portal + '/biz/res/statistics/insQuestion', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //获取历史文化\n historyContent: function historyContent(data, cb) {\n req.get(portal + '/biz/res/statistics/getHistoryContent/' + data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //规程预案\n ddgcPlan: function ddgcPlan(data, cb) {\n req.get(portal + '/biz/res/statistics/getDdgcPlan/' + data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //应急预案\n reservePlan: function reservePlan(data, cb) {\n req.get(portal + '/biz/res/statistics/getReservePlan/' + data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //关联监控点列表\n videoList: function videoList(data, cb) {\n req.post(portal + '/biz/res/statistics/getVideoList', 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/statistics/findGqStation', data).then(function (rep) {\n if (rep.data) {\n cb(rep.data);\n }\n });\n },\n //关闭预警\n updateStatus: function updateStatus(data, cb) {\n req.post(portal + '/biz/warnInfo/updateStatus?ids=' + 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 + '/att/res/base/findAll', 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\n /**\r\n * 安全鉴定\r\n */\n //分页列表\n ListGetSaf: function ListGetSaf(data, cb) {\n req.post(portal + \"/wrp/rsr/appraisal/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // PDF列表\n PdfListSaf: function PdfListSaf(id, cb) {\n req.post(portal + \"/biz/res/statistics/pdfList?rscd=\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n\n /**\r\n * 除险加固\r\n */\n // 分页列表\n ListGetRes: function ListGetRes(data, cb) {\n req.post(portal + \"/wrp/rsr/reinforce/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // ID查询PDF\n\n /**\r\n * 维修保养\r\n */\n // 分页列表\n ListGetMain: function ListGetMain(data, cb) {\n req.post(portal + \"/wrp/rsr/maintain/query\", data).then(function (rep) {\n cb(rep.data);\n });\n } // ID查询PDF\n\n};",null]}