liuyg
2021-06-17 2f4ba4558f75706cd80752dd78a80bb308312933
widgets/legends/Widget.js
@@ -31,12 +31,6 @@
            // 暴露在外的接口
            topic.subscribe("getLegendsData", lang.hitch(this, this.onGetLegendsData));
            $('.ccsliu').click(() => {
               topic.publish('getbeginSlope', this.beginSlope);
               $('.jimu-widget-slope').show();
            })
         },
         onGetLegendsData: function (item) {
            var val = item == '  ' ? '' : item;