派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-29 8a8900af882b67119d179c506d96cfcbcce7d1dd
废气点加载
3个文件已修改
26 ■■■■■ 已修改文件
src/api/request.js 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/BaseNav/SolidWaste/SolidContent.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/MapTemplate.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/request.js
@@ -1,17 +1,9 @@
import $http from '@utils/axios'
// import axios from 'axios'
// // 固废接口
// export const requestSolidWaste = (url, data = {}) => {
//   return $http.post('./static/SolidWaste.json', data)
// }
// export const requestSolidWaste = (url) => {
//   return $http.get('./static/SolidWaste.json')
import Qs from 'qs'
export const QueryStoragePlaceListByCompanyAndName = (data = {}) => {
  return $http.post('/EPInterface/DataService/EPMapService.asmx/QueryStoragePlaceListByCompanyAndName', Qs.stringify(data), {
    headers: {
      'Content-Type': 'application/json'
    }
  })
export const requestSolidWaste = (url) => {
  return $http.get('./static/SolidWaste.json')
}
src/components/BaseNav/SolidWaste/SolidContent.vue
@@ -9,7 +9,7 @@
</template>
<script>
import '@components/BaseNav/SolidWaste/directive'
import '@/components/BaseNav/SolidWaste/directive'
export default {
  name: 'SolidContent',
src/views/MapTemplate.vue
@@ -40,12 +40,11 @@
import LegendPanel from '@components/panel/LegendPanel'
import Enterprise from '../components/table/enterprise'
// 底图业务js逻辑
import AddSolidWasteHelper from '@components/BaseNav/SolidWaste'
import AddSolidWasteHelper from '@components/BaseNav/SolidWaste/SolidWaste'
// 废气
import AddGasHelper from '@components/flueGas/flueGas'
import PopupGas from '@/components/flueGas/popup-gas'
import AddSolidWasteHelper from '@components/BaseNav/SolidWaste/SolidWaste'
// 公共展示数据
// // 公共展示数据
import PublicBounced from '@components/BaseNav/PublicBounced/PublicBounced'
export default {
@@ -62,8 +61,9 @@
    LcServiceLayer,
    Popup,
    summarySheets,
    SolidContent,
    PopupGas
    // SolidContent,
    PopupGas,
    PublicBounced
  },
  data () {
    return {