{"remainingRequest":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\InvestmentFinancingAssets\\InvestmentFinancingEnter\\EquityRelationshipMap.js","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\InvestmentFinancingAssets\\InvestmentFinancingEnter\\EquityRelationshipMap.js","mtime":1701338434192},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nvar headers = {\n 'Content-type': 'application/x-www-form-urlencoded'\n};\nexport default {\n //查询股权关系图谱\n queryData: function queryData(data, cb) {\n req.post(portal + \"/biz/stock/stockInfo/v1/queryStockStructures?orgId=\".concat(data.orgId, \"&orgName=\").concat(data.orgName)).then(function (res) {\n cb(res.data);\n });\n },\n //获取组织树\n getOrgTree: function getOrgTree(data, cb) {\n req.post(portal + \"/api/org/v1/orgs/findByParamsOrgTree\", data).then(function (res) {\n cb(res.data);\n });\n },\n //当前用户下级组织树\n getUserOrgTree: function getUserOrgTree(id, cb) {\n req.get(portal + \"/api/org/v1/orgTree/children/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}