{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\PendingDisposal\\EventResolution.js","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\PendingDisposal\\EventResolution.js","mtime":1697690583303},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-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 dataQuery: function dataQuery(data, cb) {\n req.post(portal + \"/base/event/center/endEventQuery\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //详情\n detailId: function detailId(id, cb) {\n req.get(portal + \"/base/event/center/processDetailList/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n //流程明细\n taskList: function taskList(id, cb) {\n req.get(portal + \"/base/event/center/taskList/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n //获取文件详情\n fileDetail: function fileDetail(id, cb) {\n req.get(portal + \"/file/v1/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n //行政区域\n getbaseAreaTree: function getbaseAreaTree(data, cb) {\n req.post(portal + \"/sys/sysAreas/v1/tree\").then(function (rep) {\n cb(rep.data);\n });\n },\n //归档部门\n orgTreeList: function orgTreeList(data, cb) {\n req.get(portal + \"/api/org/v1/orgTreeList\").then(function (rep) {\n cb(rep.data);\n });\n },\n //办结归档\n archiving: function archiving(data, cb) {\n req.post(portal + \"/base/event/archiving/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //转存续事件\n survivingOp: function survivingOp(data, cb) {\n req.post(portal + \"/base/event/archiving/survivingOp\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 更新数据\n archivingUpdate: function archivingUpdate(data, cb) {\n req.put(portal + \"/base/event/archiving/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //纳入高频地点\n address: function address(data, cb) {\n req.post(portal + \"/base/high/address/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n //纳入黑名单\n eventBlack: function eventBlack(data, cb) {\n req.post(portal + \"/base/event/black/\", data).then(function (rep) {\n cb(rep.data);\n });\n } // //处置事件\n // processEvent(data, cb) {\n // \treq.post(portal + `/base/event/center/processEvent`, data).then(rep => {\n // \t\tcb(rep.data);\n // \t});\n // },\n // //获取组织树\n // orgTree(cb) {\n // \treq.get(portal + `/api/org/v1/orgTree?demId=1491618454686535680`).then(rep => {\n // \t\tcb(rep.data);\n // \t});\n // },\n // //获取用户\n // orgUserQuery(data, cb) {\n // \treq.post(portal + `/api/user/v1/users/getOrgUserQuery`, data).then(rep => {\n // \t\tcb(rep.data);\n // \t});\n // },\n\n};",null]}