{"remainingRequest":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\FeedbackArchiving\\HighFrequencyLocation.js","dependencies":[{"path":"D:\\jenkins\\workspace\\damDance-fvue\\src\\api\\FeedbackArchiving\\HighFrequencyLocation.js","mtime":1697677062217},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\damDance-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\damDance-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 highFrequencyQuery: function highFrequencyQuery(data, cb) {\n req.post(portal + \"/base/high/address/query\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 删除\n highFrequencyDelete: function highFrequencyDelete(ids, cb) {\n req.remove(portal + \"/base/high/address/?ids=\".concat(ids)).then(function (rep) {\n cb(rep.data);\n });\n },\n // 根据id查询实体\n highFrequencyById: function highFrequencyById(id, cb) {\n req.get(portal + \"/base/high/address/\".concat(id)).then(function (rep) {\n cb(rep.data);\n });\n },\n // 更新实体\n highFrequencyUpload: function highFrequencyUpload(data, cb) {\n req.put(portal + \"/base/high/address/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 新增实体\n highFrequencyAdd: function highFrequencyAdd(data, cb) {\n req.post(portal + \"/base/high/address/\", data).then(function (rep) {\n cb(rep.data);\n });\n },\n // 获取未纳入高频地点分页结果\n highFrequencyFindNoHigh: function highFrequencyFindNoHigh(data, cb) {\n req.post(portal + \"/base/square/location/findNoHighByPage\", data).then(function (rep) {\n cb(rep.data);\n });\n }\n};",null]}