{"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\\resIns\\dsmInsInin.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\resIns\\dsmInsInin.js","mtime":1684458236293},{"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 getResName: function getResName(data, cb) {\n req.post(portal + \"/att/res/base/findAll\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //水库巡检管理\n ListGet: function ListGet(data, cb) {\n req.post(portal + \"/dsm/ins/inin/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //水库巡检统计\n statisticsList: function statisticsList(data, cb) {\n req.post(portal + \"/dsm/ins/inin/statistical\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n detailId: function detailId(id, cb) {\n req.get(portal + \"/dsmInsException/exception/get/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n structureList: function structureList(id, cb) {\n req.post(portal + \"/dsm/ins/result/structureList?inId=\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n getInsResult: function getInsResult(id, cb) {\n req.get(portal + \"/dsm/ins/inin/getInsResult/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n saveBatch: function saveBatch(data, cb) {\n req.post(portal + \"/dsmInsException/exception/save\", data).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}