{"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\\monitor\\gqMonitor\\gqStqQuery.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\monitor\\gqMonitor\\gqStqQuery.js","mtime":1684458236231},{"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 getStnms: function getStnms(data, cb) {\n req.post(portal + \"/biz/lift/monitor/findDamMvList\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 位移测站分页\n ListGet: function ListGet(data, cb) {\n req.post(portal + \"/biz/lift/monitor/dammvPage\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 渗流测站下拉\n SeepagetStnms: function SeepagetStnms(data, cb) {\n req.post(portal + \"/biz/lift/monitor/findSpgnList\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 渗流测站分页\n GetSeepage: function GetSeepage(data, cb) {\n req.post(portal + \"/biz/lift/monitor/damspPage\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 测压管分页\n GetTablepage: function GetTablepage(data, cb) {\n req.post(portal + \"/biz/lift/monitor/damsppQuery\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 渗压测站下拉\n PressuresStnms: function PressuresStnms(data, cb) {\n req.post(portal + \"/biz/lift/monitor/findSpprList\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 渗压测站分页\n GetPressures: function GetPressures(data, cb) {\n req.post(portal + \"/biz/lift/monitor/damopPage\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //字典\n getSys: function getSys(data, cb) {\n req.post(portal + \"/sys/sysDictionary/v1/queryDictItemsByCode\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 水库水位水库下拉\n getRsnm: function getRsnm(data, cb) {\n req.post(portal + \"/att/res/base/findAll\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 行政区查询接口\n getbasAdName: function getbasAdName(data, cb) {\n req.post(portal + \"/sys/sysAreas/v1/townTree\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //导出\n resDataDerived: function resDataDerived(data, cb) {\n req.post(portal + \"/biz/lift/monitor/damsppExport\", data, 'blob').then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}