{"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\\stManager\\czManager.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\stManager\\czManager.js","mtime":1684458236340},{"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 HyddetailRelation: function HyddetailRelation(data, cb) {\n req.post(portal + \"/biz/station/base/findNoUse\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n relationAd: function relationAd(data, cb) {\n req.post(portal + \"/biz/station/base/bindStation\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n detailRelation: function detailRelation(id, cb) {\n req.get(portal + \"/att/res/base/getVideoList/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n //右侧数据\n getRelation: function getRelation(data, cb) {\n req.post(portal + \"/biz/station/base/getStationList\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n findGqStation: function findGqStation(data, cb) {\n req.post(portal + \"/biz/res/statistics/findGqStation\", data).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}