{"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\\appApi.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\digitalApi\\appApi.js","mtime":1711100280280},{"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 gteBaseInfo: function gteBaseInfo(data, cb) {\n req.post(portal + \"/fill/bizApplicationBase/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询基础信息\n getBasicInfoById: function getBasicInfoById(id, cb) {\n req.post(portal + \"/fill/bizApplicationBase/v1/findById?id=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 纳入一本账\n takeIntoAccount: function takeIntoAccount(data, cb) {\n req.post(portal + \"/fill/bizApplicationBase/v1/updateByStatus\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 填报模块分页查询\n getEditPaging: function getEditPaging(data, isAffirm, cb) {\n req.post(portal + \"/fill/bizApplicationBase/v1/queryByPage?isAffirm=\".concat(isAffirm), data).then(function (res) {\n cb(res.data);\n });\n },\n // 专题组分页查询列表\n getGroupList: function getGroupList(data, cb) {\n req.post(portal + \"/fill/bizApplicationBase/v1/queryByGroup\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 新增或修改\n saveOrUpdate: function saveOrUpdate(data, cb) {\n req.post(portal + \"/fill/bizApplicationRecord/v1/saveOrUpdate\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询填报信息\n getEditInfoById: function getEditInfoById(id, cb) {\n req.post(portal + \"/fill/bizApplicationRecord/v1/findById?id=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id修改审核状态\n updateStatusById: function updateStatusById(data, cb) {\n req.post(portal + \"/fill/bizApplicationRecord/v1/updateByStatus\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除列表数据\n deleteListById: function deleteListById(_ref, cb) {\n var id = _ref.id,\n type = _ref.type,\n fileId = _ref.fileId;\n req.post(portal + \"/fill/bizApplicationRecord/v1/deleteByType?id=\".concat(id, \"&type=\").concat(type, \"&fileId=\").concat(fileId)).then(function (res) {\n cb(res.data);\n });\n },\n // 新闻列表查询 \n getNewsData: function getNewsData(data, cb) {\n req.post(portal + \"/fill/bizApplicationWorkNews/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 保存新闻\n saveNewsData: function saveNewsData(data, cb) {\n req.post(portal + \"/fill/bizApplicationWorkNews/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 修改新闻 \n updateNewsData: function updateNewsData(data, cb) {\n req.put(portal + \"/fill/bizApplicationWorkNews/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除新闻\n deleteNewById: function deleteNewById(id, cb) {\n req.remove(portal + \"/fill/bizApplicationWorkNews/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 文件库保存\n saveFile: function saveFile(data, cb) {\n req.post(portal + \"/fill/bizApplicationFile/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 文件列表查询\n getFileList: function getFileList(data, cb) {\n req.post(portal + \"/fill/bizApplicationFile/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}