{"remainingRequest":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\saftyPlan\\api\\CmgtSaftyAppraisalApi.js","dependencies":[{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\src\\views\\Manage\\saftyPlan\\api\\CmgtSaftyAppraisalApi.js","mtime":1683257614314},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\bzzgj-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\bzzgj-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 addCmgtSaftyAppraisal: function addCmgtSaftyAppraisal(data, cb) {\n req.post(portal + \"/manager/cmgtSaftyCheck/create\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 修改安全目标考核\n editCmgtSaftyAppraisal: function editCmgtSaftyAppraisal(data, cb) {\n req.put(portal + \"/manager/cmgtSaftyCheck/updateById\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 分页查询安全目标考核\n loadCmgtSaftyAppraisal: function loadCmgtSaftyAppraisal(data, cb) {\n req.post(portal + \"/manager/cmgtSaftyCheck/query\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 批量删除安全目标考核\n deleteCmgtSaftyAppraisal: function deleteCmgtSaftyAppraisal(data, cb) {\n req.remove(portal + \"/manager/cmgtSaftyCheck/delete\", data).then(function (res) {\n cb(res.data);\n });\n },\n // 根据id查询\n getItemById: function getItemById(id, cb) {\n req.get(portal + \"/manager/cmgtSaftyCheck/\" + id).then(function (res) {\n cb(res.data);\n });\n }\n};",null]}