{"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\\bigScreen\\projectSub.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\bigScreen\\projectSub.js","mtime":1700185634146},{"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;\nvar headers = {\n 'Content-type': 'application/x-www-form-urlencoded'\n};\nexport default {\n // 月度计划清单\n getMonthList: function getMonthList(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/schedulePlanInfo?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 成果榜\n getResultTrend: function getResultTrend(data, cb) {\n var year = data.year,\n month = data.month,\n projectId = data.projectId;\n req.post(portal + \"/project/largeScreen/v1/achievementCount?year=\".concat(year, \"&month=\").concat(month, \"&projectId=\").concat(projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 推动数字重庆建设\n // 主要举措\n getBattleChart: function getBattleChart(data, cb) {\n var year = data.year,\n month = data.month,\n projectId = data.projectId;\n req.post(portal + \"/project/largeScreen/v1/monthPlanNum?year=\".concat(year, \"&month=\").concat(month, \"&projectId=\").concat(projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 量化目标\n getIndexLibrary: function getIndexLibrary(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/complianceRateCount?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 迭代榜\n getIteration: function getIteration(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/queryIterationForProjectInfo?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 经验复制推广\n experienceReplication: function experienceReplication(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/pilotExperiencePushInfo?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 品牌榜\n getProjectBrand: function getProjectBrand(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/queryBrandForProject?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 品牌榜 月统计\n getBrandMonthDate: function getBrandMonthDate(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/brandLineChart?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 品牌详情\n getBrandXQ: function getBrandXQ(data, cb) {\n req.post(portal + \"/majorProjects/bizPilotBrandPush/v1/findById?id=\".concat(data.id, \"&year=\").concat(data.year, \"&month=\").concat(data.month)).then(function (res) {\n cb(res.data);\n });\n },\n // 量化目标\n quantifiedGoal: function quantifiedGoal(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/indexYearPlanDetailsData?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 指标库达标率\n complianceRateCount: function complianceRateCount(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/reachRateCount?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId)).then(function (res) {\n cb(res.data);\n });\n },\n // 分驾驶舱获取成果榜\n getResultList: function getResultList(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/achievementInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 核心指标趋势图数据查询\n getTrendChartData: function getTrendChartData(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/indexCoreDetailsLineChart?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId), data).then(function (res) {\n cb(res.data);\n });\n },\n // 趋势图两率查询\n getTwoRate: function getTwoRate(data, cb) {\n req.post(portal + \"/project/largeScreen/v1/indexCoreRate?year=\".concat(data.year, \"&month=\").concat(data.month, \"&projectId=\").concat(data.projectId), data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}