From 616efb58777e55e853f013c173d3afa6b480bac5 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 17 Jun 2021 17:05:30 +0800
Subject: [PATCH] 添加剖面分析 调试坡度分析
---
widgets/legends/Widget.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/widgets/legends/Widget.js b/widgets/legends/Widget.js
index 2522a80..8c847b8 100644
--- a/widgets/legends/Widget.js
+++ b/widgets/legends/Widget.js
@@ -32,8 +32,11 @@
topic.subscribe("getLegendsData", lang.hitch(this, this.onGetLegendsData));
$('.ccsliu').click(() => {
- $(".jimu-widget-visibleArea").show();
+ topic.publish('getbeginSlope', this.beginSlope);
+ $('.jimu-widget-slope').show();
})
+
+
},
onGetLegendsData: function (item) {
var val = item == ' ' ? '' : item;
--
Gitblit v1.9.3