{"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\\MajorReformProjects\\MonthlyPlan.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\MajorReformProjects\\MonthlyPlan.js","mtime":1740389680004},{"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 queryPageFillList: function queryPageFillList(data, status, cb) {\n req.post(portal + \"/majorProjects/bizPilotProjectFill/v1/queryPageFillList?flowType=2&isAffirm=\".concat(status), data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据项目ID获取初始化目标信息\n getDefaultQuaObj: function getDefaultQuaObj(data, cb) {\n req.post(portal + '/majorProjects/pilotSpecificSchedulePush/v1/examineInit', data).then(function (res) {\n cb(res.data);\n });\n },\n // 保存为草稿\n save: function save(data, cb) {\n req.put(portal + '/majorProjects/pilotSpecificSchedulePush/v1/pilotSpecificSchedulePushAndMeasurePushSave', data).then(function (res) {\n cb(res.data);\n });\n },\n // 保存并上报\n saveAndSubmit: function saveAndSubmit(data, cb) {\n req.put(portal + '/majorProjects/pilotSpecificSchedulePush/v1/pilotSpecificSchedulePushAndMeasurePushSaveCommit', data).then(function (res) {\n cb(res.data);\n });\n },\n // 获取待审核数据\n getAuditData: function getAuditData(id, cb) {\n req.get(portal + '/majorProjects/pilotSpecificSchedulePush/v1/getDetails?id=' + id).then(function (res) {\n cb(res.data);\n });\n },\n // 审核\n verify: function verify(data, cb) {\n req.post(portal + '/majorProjects/pilotSpecificSchedulePush/v1/pilotSpecificSchedulePushAndMeasurePushExamine', data).then(function (res) {\n cb(res.data);\n });\n },\n // 上报\n commit: function commit(id, cb) {\n req.get(portal + '/majorProjects/pilotSpecificSchedulePush/v1/pilotSpecificSchedulePushCommit?id=' + id).then(function (res) {\n cb(res.data);\n });\n },\n // 编辑后审核\n saveAndCommit: function saveAndCommit(data, cb) {\n req.put(portal + '/majorProjects/pilotSpecificSchedulePush/v1/pilotSpecificSchedulePushAndMeasurePushUpdate', data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询历史审核记录\n getHistoryDetailById: function getHistoryDetailById(id, cb) {\n req.get(portal + '/majorProjects/pilotSpecificSchedulePush/v1/getHisDetails?projectId=' + id).then(function (res) {\n cb(res.data);\n });\n },\n // 专项小组审核查询\n getGroupAuditData: function getGroupAuditData(data, cb) {\n req.post(portal + \"/majorProjects/bizPilotProjectFill/v1/queryPageFillGroup?flowType=2\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}