{"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\\IntangibleAsset\\IntangibleAssetEnter\\IntangibleRegisteredWarehouse.js","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\IntangibleAsset\\IntangibleAssetEnter\\IntangibleRegisteredWarehouse.js","mtime":1701739792361},{"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/assetIntangibleInfo/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n //添加\n addData: function addData(data, cb) {\n req.post(portal + \"/biz/assetIntangibleInfo/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n //编辑\n editData: function editData(data, cb) {\n req.put(portal + \"/biz/assetIntangibleInfo/v1/\", data).then(function (res) {\n cb(res.data);\n });\n },\n //删除\n deleteData: function deleteData(ids, cb) {\n req.remove(portal + \"/biz/assetIntangibleInfo/v1/\".concat(ids)).then(function (res) {\n cb(res.data);\n });\n },\n //根据id查询\n detailsData: function detailsData(id, cb) {\n req.get(portal + \"/biz/assetIntangibleInfo/v1/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n //审核\n examine: function examine(data, cb) {\n req.get(portal + \"/biz/assetIntangibleInfo/v1/audit?ids=\".concat(data.ids, \"&status=\").concat(data.status, \"&assetMsg=\").concat(data.assetMsg)).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 //获取行政区划\n fullTree: function fullTree(data, cb) {\n req.post(portal + \"/sys/sysAreas/v1/tree\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}