{"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\\ReformSituation\\reformAudit.js","dependencies":[{"path":"D:\\jenkins\\workspace\\reform-fvue\\src\\api\\ReformSituation\\reformAudit.js","mtime":1735627367857},{"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';\nimport qs from 'qs';\nvar portal = window.context.portal;\nexport default {\n // 部门 改革办 审核列表\n departmentAudit: function departmentAudit(data, isAffirm) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizMunicipalReformSituation/v1/queryPage?isAffirm=\".concat(isAffirm), data).then(function (res) {\n resolve(res && res.data || []);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 专项小组 审核列表\n specializedGroup: function specializedGroup(data, isAffirm) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizMunicipalReformSituation/v1/queryByGroupPage?isAffirm=\".concat(isAffirm), data).then(function (res) {\n resolve(res && res.data || []);\n }).catch(function (err) {\n reject(err);\n });\n });\n },\n // 修改审核状态\n updateMunStatus: function updateMunStatus(data, cb) {\n var approvalComments = data.approvalComments !== '' && data.approvalComments !== undefined ? data.approvalComments : '';\n req.put(portal + \"/bizMunicipalReformSituation/v1/updateStatus?id=\".concat(data.id, \"&status=\").concat(data.status, \"&approvalComments=\").concat(approvalComments)).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}