From 2219d26b186bd56616fa9b45432837378c894551 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 31 三月 2021 16:01:11 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/LayerController/logic/SolidWaste.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/LayerController/logic/SolidWaste.js b/src/components/LayerController/logic/SolidWaste.js
index fc55978..dd48fcc 100644
--- a/src/components/LayerController/logic/SolidWaste.js
+++ b/src/components/LayerController/logic/SolidWaste.js
@@ -60,6 +60,8 @@
     const PublicBounced = window.Vue.extend(publicBounced)
     const instance = new PublicBounced()
     instance.setData(result, 'gufei')
+    instance.$mount()
+    document.body.appendChild(instance.$el)
   }
 
   // 涓嶅悓绫诲瀷鍥剧墖灏佽

--
Gitblit v1.8.0