{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\reform-fvue\\src\\api\\meeting\\index.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\meeting\\index.js","mtime":1681724617719},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-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 documentEntry: function documentEntry(data, cb) {\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/insertInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询录入信息\n getEntryById: function getEntryById(id, cb) {\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/findByModel?id=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 修改\n updateDocumentEntry: function updateDocumentEntry(data, cb) {\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/updateInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 分发\n distributeById: function distributeById(data, cb) {\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/updateByStatus\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 更新页面查询\n queryAudit: function queryAudit(data, isAffirm, cb) {\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/queryAudit?isAffirm=\".concat(isAffirm), data).then(function (res) {\n cb(res.data);\n });\n },\n // 更新录入\n addEntry: function addEntry(data, cb) {\n req.post(portal + \"/fill/bizMeetingDocumentsPush/v1/insertInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 修改\n updateEntry: function updateEntry(data, cb) {\n req.post(portal + \"/fill/bizMeetingDocumentsPush/v1/updateInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询历史及详情\n getHistroyDetail: function getHistroyDetail(data, cb) {\n var id = data.id,\n unitId = data.unitId;\n req.post(portal + \"/bizMeetingDocumentsConsidered/v1/findByHis?id=\".concat(id, \"&unitId=\").concat(unitId), data).then(function (res) {\n cb(res.data);\n });\n },\n //修改审核状态\n updateStatus: function updateStatus(data, cb) {\n req.post(portal + \"/fill/bizMeetingDocumentsPush/v1/updateByStatus\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}