{"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\\EquityRegistrationWarehousing.js","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\InvestmentFinancingAssets\\InvestmentFinancingEnter\\EquityRegistrationWarehousing.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/queryPageStockInfoAuthority\", data).then(function (res) {\n cb(res.data);\n });\n },\n //添加\n addData: function addData(data, cb) {\n req.post(portal + \"/biz/stock/stockInfo/v1/insertStockInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n //编辑\n editData: function editData(data, cb) {\n req.post(portal + \"/biz/stock/stockInfo/v1/updateStockInfo\", data).then(function (res) {\n cb(res.data);\n });\n },\n //删除\n deleteData: function deleteData(ids, cb) {\n req.post(portal + \"/biz/stock/stockInfo/v1/deleteBachStockInfo?ids=\".concat(ids)).then(function (res) {\n cb(res.data);\n });\n },\n //根据id查询\n detailsData: function detailsData(id, cb) {\n req.post(portal + \"/biz/stock/stockInfo/v1/findById?id=\".concat(id)).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]}