{"remainingRequest":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\api\\DataManagement\\incomePlan.js","dependencies":[{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\src\\api\\DataManagement\\incomePlan.js","mtime":1705432123486},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\sfz-lh-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\sfz-lh-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 queryData: function queryData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizAccCost/v1/page\", data).then(function (res) {\n resolve(res.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n saveData: function saveData(data) {\n return new Promise(function (resolve, reject) {\n req.post(portal + \"/bizAccCost/v1/save\", data).then(function (res) {\n resolve(res);\n }, function (error) {\n reject(error);\n });\n });\n },\n DeleteConfig: function DeleteConfig(deleteIds) {\n return new Promise(function (resolve, reject) {\n req.remove(portal + '/bizAccCost/v1/?ids=' + deleteIds).then(function (res) {\n resolve(res);\n }, function (error) {\n reject(error);\n });\n });\n }\n};",null]}