From 51a71ffc28f134beeaa15dfb7ec70dfc7a1de7b2 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 14 四月 2021 12:49:46 +0800
Subject: [PATCH] table数据

---
 src/api/request.js |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/api/request.js b/src/api/request.js
index 445b185..acdca70 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -2,14 +2,22 @@
 import Qs from 'qs'
 
 export const QueryStoragePlaceListByCompanyAndName = (data = {}) => {
-  return $http.post('/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
+  return $http.post('http://10.246.162.140:8080/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
     headers: {
       'Content-Type': 'application/json'
     }
   })
 }
 export const FlueGas = (data = {}) => {
-  return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
+  return $http.post('http://10.246.162.140:8080/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
+    headers: {
+      'Content-Type': 'application/json'
+    }
+  })
+}
+
+export function requestWasteWater (data = {}) {
+  return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
     headers: {
       'Content-Type': 'application/json'
     }

--
Gitblit v1.8.0