{"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\\satisfaction\\satisfaction.js","dependencies":[{"path":"D:\\jenkins\\workspace\\ljzc-fvue\\src\\api\\satisfaction\\satisfaction.js","mtime":1701311298850},{"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 // 根据id查询所有附件信息\n getFileListById: function getFileListById(data, cb) {\n req.post(portal + \"/file/v1/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id下载文件\n getDownloadById: function getDownloadById(id, cb) {\n req.get(portal + \"/file/v1/downloadFile?fileId=\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id删除附件\n deleteFileById: function deleteFileById(ids, cb) {\n req.post(portal + \"/file/v1/remove\", ids).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id获取已导入的数据\n getImportDataById: function getImportDataById(data, cb) {\n req.request({\n method: 'post',\n url: portal + \"/biz/reformSatisfaction/districts/detailQuery\",\n data: data,\n headers: headers\n }).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}