From 19a4741002f4208bf7fc951cbf3219897af5699a Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期四, 26 十月 2023 16:41:22 +0800 Subject: [PATCH] 标绘查询修改 --- public/SmartEarthSDK/SmartEarth.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/SmartEarthSDK/SmartEarth.js b/public/SmartEarthSDK/SmartEarth.js index 5a00fce..cf9a5a4 100644 --- a/public/SmartEarthSDK/SmartEarth.js +++ b/public/SmartEarthSDK/SmartEarth.js @@ -73586,7 +73586,7 @@ option.editProp !== undefined && (this.editProp = option.editProp); let enableDelete = this._core.defaultValue(option.enableDelete, false); -debugger + if (this.editHandler) { this.editHandler.destroy(); this.editHandler = undefined; -- Gitblit v1.9.3