{"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\\alertConfigur.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bbsl-fvue\\src\\api\\stManager\\alertConfigur.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 getStcd: function getStcd(data, cb) {\n req.post(portal + \"/biz/station/gq/findAll\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //位移新增\n addSave: function addSave(data, cb) {\n req.post(portal + \"/biz/warn/stationWy/create\", 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 detail: function detail(id, cb) {\n req.get(portal + \"/biz/warn/stationWy/get/?id=\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n //位移分页\n ListGet: function ListGet(data, cb) {\n req.post(portal + \"/biz/warn/stationWy/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 位移修改\n detailId: function detailId(id, cb) {\n req.get(portal + \"/biz/warn/stationWy/get/\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n // 位移确认修改\n upData: function upData(data, cb) {\n req.post(portal + \"/biz/warn/stationWy/updateById\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //位移删除\n remove: function remove(ids, cb) {\n req.get(portal + \"/biz/warn/stationWy/deleteByIds?ids=\" + ids).then(function (rep) {\n cb(rep.data);\n });\n },\n // 公情设施下拉\n getgqList: function getgqList(data, cb) {\n req.post(portal + \"/biz/warn/stationWy/getTree?sttp=\" + data).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}