派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-29 e5502925619ecdbf8728086c73faeb5b654089c5
src/api/request.js
@@ -1,6 +1,5 @@
import $http from '@utils/axios'
import Qs from 'qs'
// import axios from 'axios'
export const QueryStoragePlaceListByCompanyAndName = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
@@ -9,8 +8,8 @@
    }
  })
}
export function FlueGas (data = {}) {
  return $http.post('EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
export const FlueGas = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/ObtainningConInfo', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }