{"remainingRequest":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\yhxt-web\\node_modules\\eslint-loader\\index.js??ref--13-0!D:\\jenkins\\workspace\\yhxt-web\\src\\api\\bizFlow.js","dependencies":[{"path":"D:\\jenkins\\workspace\\yhxt-web\\src\\api\\bizFlow.js","mtime":1667326392654},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\yhxt-web\\node_modules\\eslint-loader\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import req from \"@/request.js\";\nvar yhxt = window.context.yhxt;\nexport default {\n // getTaskManage(data) {\n // return new Promise((resolve, reject) => {\n // req.post(yhxt + \"/siteInspection/v1/getJson\", data).then(\n // response => {\n // resolve(response.data);\n // },\n // error => {\n // reject(error);\n // }\n // );\n // });\n // },\n getTaskManage: function getTaskManage(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/siteInspection/v1/getJson\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n //获取养护工单信息\n getMainWorkOrderInfo: function getMainWorkOrderInfo(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/workOrderInformation/v1/getWorkOrderVo\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n }\n};",null]}