From b84e9d2799bc7c7646b98001194d12264607befa Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Wed, 5 Nov 2025 11:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=BD=E7=A8=80=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java | 2 +- web/src/views/map/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java index 791e9982e..2635c8a60 100644 --- a/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java +++ b/src/main/java/com/genersoft/iot/vmp/gb28181/service/impl/GbChannelServiceImpl.java @@ -1122,7 +1122,6 @@ public class GbChannelServiceImpl implements IGbChannelService { @Transactional public void saveThin(String id) { commonGBChannelMapper.resetLevel(); - VectorTileUtils.INSTANCE.save(id); List channelList = VectorTileUtils.INSTANCE.getChannelList(id); if (channelList != null && !channelList.isEmpty()) { int limitCount = 1000; @@ -1138,5 +1137,6 @@ public class GbChannelServiceImpl implements IGbChannelService { commonGBChannelMapper.saveLevel(channelList); } } + VectorTileUtils.INSTANCE.save(id); } } diff --git a/web/src/views/map/index.vue b/web/src/views/map/index.vue index 62432986f..3dddd8732 100755 --- a/web/src/views/map/index.vue +++ b/web/src/views/map/index.vue @@ -575,6 +575,7 @@ export default { if (!this.drawThinId) { return } + this.saveDrawThinLoading = true this.$store.dispatch('commonChanel/saveThin', this.drawThinId) .then((data) => { this.$message.success({