{"remainingRequest":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\reform-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\reform-fvue\\src\\api\\risk\\index.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\risk\\index.js","mtime":1683616570887},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\reform-fvue\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from '@/request.js';\nvar portal = window.context.portal;\nexport default {\n getRiskList: function getRiskList(data, isAffirm, cb) {\n req.post(portal + \"/biz/bizReformRiskManagement/v1/pageList?isAffirm=\".concat(isAffirm), data).then(function (res) {\n cb(res.data);\n });\n },\n // getRiskList(data,cb) {\n // \treq.post(portal + `/biz/bizReformRiskManagement/v1/query`,data).then(res => {\n // \t\tcb(res.data)\n // \t})\n // },\n // // 查询审核列表\n // getRiskList1(data,cb) {\n // \treq.post(portal + `/biz/bizReformRiskManagement/v1/auditQuery`,data).then(res => {\n // \t\tcb(res.data)\n // \t})\n // },\n // //查询确认列表\n // getRiskList2(data,cb) {\n // \treq.post(portal + `/biz/bizReformRiskManagement/v1/reformQuery`,data).then(res => {\n // \t\tcb(res.data)\n // \t})\n // },\n // 新增、修改\n addRisk: function addRisk(data, cb) {\n req.post(portal + \"/biz/bizReformRiskManagement/v1/saveAll\", data).then(function (res) {\n cb(res.data);\n });\n },\n getRiskDetail: function getRiskDetail(id, cb) {\n req.post(portal + \"/biz/bizReformRiskManagement/v1/findById/\".concat(id)).then(function (res) {\n cb(res.data);\n });\n },\n // 删除\n deleteRisk: function deleteRisk(ids, cb) {\n req.post(portal + \"/biz/bizReformRiskManagement/v1/delete?id=\".concat(ids)).then(function (res) {\n cb(res.data);\n });\n },\n // 修改状态\n auditById: function auditById(data, cb) {\n req.post(portal + \"/biz/bizReformRiskManagement/v1/updateById\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 查询未结项重大项目\n getNoProjectList: function getNoProjectList(data, cb) {\n req.post(portal + \"/majorProjects/municipalMajorProjectManagement/v1/list\", data).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}