{"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\\MajorProject\\index.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\MajorProject\\index.js","mtime":1702458829170},{"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 majorProjectAdd: function majorProjectAdd(data, cb) {\n req.post(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 项目基础信息修改\n majorProjectUpdate: function majorProjectUpdate(data, cb) {\n req.put(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 批量删除列表数据\n deleteTableData: function deleteTableData(ids, cb) {\n req.remove(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/?ids=\".concat(ids)).then(function (res) {\n cb(res.data);\n });\n },\n // 列表数据查询\n getMajorProjectData: function getMajorProjectData(data, cb) {\n req.post(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 推进列表查询\n getAdvanceData: function getAdvanceData(data, isAffirm, cb) {\n req.post(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/queryByPage?isAffirm=\".concat(isAffirm), data).then(function (res) {\n cb(res.data);\n });\n },\n // 推进信息录入修改\n advanceSaveOrUpdate: function advanceSaveOrUpdate(data, cb) {\n req.post(portal + \"/bizPilotNotStartMeasuresPush/v1/saveOrUpdateDate\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询推进信息 \n getfillDetailById: function getfillDetailById(id, cb) {\n req.post(portal + \"/bizPilotNotStartMeasuresPush/v1/findById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id上报撤回\n updateStatusById: function updateStatusById(data, cb) {\n req.post(portal + \"/bizPilotNotStartMeasuresPush/v1/updateById\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 项目下发撤回\n updateCreateById: function updateCreateById(data, cb) {\n req.post(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/updateById\", data).then(function (res) {\n cb(res.data);\n });\n },\n //项目调整\n projectAdjustById: function projectAdjustById(ids, cb) {\n req.post(portal + \"/bizMunicipalNotSatrtProjectManagement/v1/closeProject?ids=\".concat(ids)).then(function (res) {\n cb(res.data);\n });\n },\n // 本次更新数据查询\n getNewDataById: function getNewDataById(id, cb) {\n req.post(portal + \"/bizPilotNotStartMeasuresPush/v1/findById?projectId=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 历史数据查询\n getHistoryData: function getHistoryData(data, cb) {\n req.post(portal + \"/bizPilotNotStartMeasuresPush/v1/findHisById?projectId=\".concat(data.id, \"&planDate=\").concat(data.planDate)).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}