{"remainingRequest":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\examine-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\givePower.js","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\givePower.js","mtime":1669878423742},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\examine-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\examine-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 getAllTypeId: function getAllTypeId(id, cb) {\n req.get(portal + \"/exam/materialType/auth/findByTypeId?typeId=\" + id).then(function (rep) {\n cb(rep.data);\n });\n },\n // 授权保存\n saveGivePower: function saveGivePower(data, cb) {\n req.post(portal + \"/exam/materialType/auth/saveOrUpdate\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 获取科室列表\n getOrgsList: function getOrgsList(data, cb) {\n req.post(portal + \"/api/org/v1/orgs/getOrgPage\", data).then(function (res) {\n cb(res.data);\n });\n },\n //获取组织\n getOrgPostPage: function getOrgPostPage(data, cb) {\n req.post(portal + \"/api/org/v1/orgPosts/getOrgPostPage\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 获取用户列表\n getUsersList: function getUsersList(data, cb) {\n req.post(portal + \"/api/user/v1/users/queryByType\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}