From 175db8fd0f26c8f7b01c7bc717cbf46cebad9805 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 01 四月 2021 18:10:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

---
 src/api/mapApi.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/api/mapApi.js b/src/api/mapApi.js
index cf79e51..e43f988 100644
--- a/src/api/mapApi.js
+++ b/src/api/mapApi.js
@@ -24,6 +24,10 @@
   getSolidWasteDetail (data) {
     return axios.get(mapUrl.getSolidWasteDetail, data)
   },
+  // 鍥哄簾 鏁版嵁鎼滅储 鏆傛椂
+  getSolidWasteSurveyDetail (data) {
+    return axios.get(mapUrl.getSolidWasteSurveyDetail, data)
+  },
   getWasteGas (data) {
     return axios.get(mapUrl.getWasteGas, data)
   },

--
Gitblit v1.8.0