{"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":1683569619596},{"path":"D:\\jenkins\\workspace\\yhxt-web\\babel.config.js","mtime":1667326389982},{"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":456789000000},{"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 // 获取养护工单信息桥梁\n getWorkOrderVoByBridge: function getWorkOrderVoByBridge(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/workOrderInformation/v1/getWorkOrderVoByBridge\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 获取养护工单信息涵洞\n getWorkOrderVoByCulvert: function getWorkOrderVoByCulvert(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/workOrderInformation/v1/getWorkOrderVoByCulvert\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 获取养护工单信息边坡\n getWorkOrderVoBySideSlope: function getWorkOrderVoBySideSlope(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/workOrderInformation/v1/getWorkOrderVoBySideSlope\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n },\n // 获取养护工单信息隧道\n getWorkOrderVoByTunnel: function getWorkOrderVoByTunnel(data) {\n return new Promise(function (resolve, reject) {\n req.post(yhxt + \"/workOrderInformation/v1/getWorkOrderVoByTunnel\", data).then(function (response) {\n resolve(response.data);\n }, function (error) {\n reject(error);\n });\n });\n }\n};",null]}