{"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\\digitalApi\\index.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\digitalApi\\index.js","mtime":1695557820011},{"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 digitalCQPropel: function digitalCQPropel(data, cb) {\n req.post(portal + \"/fill/bizDigitalConstruction/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 保存并上报\n saveAndReport: function saveAndReport(data, cb) {\n req.put(portal + \"/fill/bizDigitalConstruction/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 区县录入查询\n getCreateById: function getCreateById(id, cb) {\n req.post(portal + \"/fill/bizDigitalConstruction/v1/getCreateById\").then(function (res) {\n cb(res.data);\n });\n },\n // 区县审核查询详情\n getDetailById: function getDetailById(id, cb) {\n req.post(portal + \"/fill/bizDigitalConstruction/v1/getAuditById?id=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 改革办审核查询详情\n getExamineById: function getExamineById(id, cb) {\n req.post(portal + \"/fill/bizDigitalConstruction/v1/getExamineById?id=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 历史查询\n getHistoryById: function getHistoryById(data, cb) {\n var id = data.id,\n date = data.date,\n isAffirm = data.isAffirm;\n req.post(portal + \"/fill/bizDigitalConstruction/v1/getHisById?unitId=\".concat(id, \"&date=\").concat(date, \"&isAffirm=\").concat(isAffirm)).then(function (res) {\n cb(res.data);\n });\n },\n // 列表查询\n getTableData: function getTableData(data, cb) {\n req.post(portal + \"/fill/bizDigitalConstruction/v1/queryByPage\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除一件事数据\n deleteOneById: function deleteOneById(id, cb) {\n req.remove(portal + \"/fill/bizDigitalOneThing/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除三张清单数据\n deleteTwoById: function deleteTwoById(id, cb) {\n req.remove(portal + \"/fill/bizDigitalThreeLists/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除上线应用数据\n deleteThreeById: function deleteThreeById(id, cb) {\n req.remove(portal + \"/fill/bizDigitalOnLineApplication/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除特色应用数据\n deleteFourById: function deleteFourById(id, cb) {\n req.remove(portal + \"/fill/bizDigitalShareApplication/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 删除附件\n deleteFiles: function deleteFiles(ids, cb) {\n req.post(portal + \"/file/v1/remove\", ids).then(function (res) {\n cb(res.data);\n });\n },\n // 查询一件事所有数据\n getOneAllData: function getOneAllData(data, cb) {\n req.post(portal + \"/fill/bizDigitalOneThing/v1/queryByPageNew\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询三张清单所有数据\n getTwoAllData: function getTwoAllData(data, cb) {\n req.post(portal + \"/fill/bizDigitalThreeLists/v1/queryByPageNew\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询上线应用所有数据\n getThreeAllData: function getThreeAllData(data, cb) {\n req.post(portal + \"/fill/bizDigitalOnLineApplication/v1/queryByPageNew\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询特色应用所有数据\n getFourAllData: function getFourAllData(data, cb) {\n req.post(portal + \"/fill/bizDigitalShareApplication/v1/queryByPageNew\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 判断是否可编辑\n getIsEdit: function getIsEdit(data, cb) {\n var id = data.id,\n unitId = data.unitId;\n req.post(portal + \"/fill/bizDigitalConstruction/v1/invIsNew?id=\".concat(id, \"&unitId=\").concat(unitId), data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询一件事全量库所有数据\n getFullLibrary: function getFullLibrary(data, cb) {\n req.post(portal + \"/fill/bizDigitalOneThing/v1/queryByPageHis\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 获取文件列表\n getFiles: function getFiles(data, cb) {\n req.post(portal + '/file/v1/list', data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}