{"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\\specialGroup.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\WorkItems\\specialGroup.js","mtime":1688726182682},{"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 getGroupList: function getGroupList(data, cb) {\n req.post(portal + \"/fill/bizSpecialGroup/v1/queryPageList\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 新增\n addGroup: function addGroup(data, cb) {\n req.post(portal + \"/fill/bizSpecialGroup/v1/saveOrUpdateEntity\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id查询详情\n getInfoById: function getInfoById(id, cb) {\n req.post(portal + \"/fill/bizSpecialGroup/v1/findById/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id删除数据\n deleteById: function deleteById(id, cb) {\n req.post(portal + \"/fill/bizSpecialGroup/v1/deleteEntity/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n getRoleList: function getRoleList(data) {\n return new Promise(function (resolve) {\n req.post(portal + \"/api/role/v1/roles/getRolePage\", data).then(function (rep) {\n resolve(rep.data);\n });\n });\n }\n};",null]}