{"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\\WorkItems\\fileLibrary.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\WorkItems\\fileLibrary.js","mtime":1735627367857},{"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 pagingQuery: function pagingQuery(data, cb) {\n req.post(portal + \"/fill/bizProfileInfo/v1/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 改革资料分页\n pagingList: function pagingList(data, cb) {\n req.post(portal + \"/fill/bizProfileInfo/v1/list\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 保存或修改\n saveOrUpdateFile: function saveOrUpdateFile(data, cb) {\n req.post(portal + \"/fill/bizProfileInfo/v1/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id查询详情\n getDetailsById: function getDetailsById(id, cb) {\n req.get(portal + \"/fill/bizProfileInfo/v1/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id发布或撤回\n publishById: function publishById(data, cb) {\n req.post(portal + \"/fill/bizProfileInfo/v1/updateById\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id删除\n deleteById: function deleteById(ids, cb) {\n req.post(portal + \"/fill/bizProfileInfo/v1/deleteByIds?ids=\".concat(ids)).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}