{"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\\userTypeMenu.js","dependencies":[{"path":"D:\\jenkins\\workspace\\examine-fvue\\src\\api\\examination\\userTypeMenu.js","mtime":1673848073961},{"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  /**\r\n   * \r\n   */\n  // 添加\n  addJob: function addJob(data, cb) {\n    req.post(portal + \"/api/job/v1/job/addJob\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  //查询\n  getJobPage: function getJobPage(data, cb) {\n    req.post(portal + \"/api/job/v1/jobs/getJobPage\", data).then(function (res) {\n      cb(res.data);\n    });\n  },\n  //拼音 \n  getPinyin: function getPinyin(data, cb) {\n    console.log(data);\n    req.get(portal + \"/base/tools/v1/getPinyin?chinese=\" + data + '&type=0').then(function (rep) {\n      cb(rep.data);\n    });\n  },\n  //修改\n  updateJob: function updateJob(data, cb) {\n    req.put(portal + \"/api/job/v1/job/updateJob\", 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/getByParentAndDemToTree\", 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/getPositionPage\", data).then(function (res) {\n      cb(res.data);\n    });\n  }\n};",null]}