| | |
| | | var that = this; |
| | | // 暴露在外的接口 |
| | | |
| | | var domHtmls = [ |
| | | var domHtmls = [//默认 |
| | | { |
| | | name: '可视分析', |
| | | classs: 'visibleArea-tool', |
| | |
| | | }) |
| | | //地形开挖 |
| | | $('.digTheEarth-tool').click(function () { |
| | | that.closeOnceUse('frist'); |
| | | that.closeOnceUse('digTheEarth'); |
| | | $(".jimu-widget-digTheEarth").show(); |
| | | topic.publish('beginDigTheEarth', 'beginDigTheEarth'); |
| | | |
| | |
| | | $(".jimu-widget-SQLQuery").hide(); |
| | | topic.publish('closesSQL', 'closesSQL'); |
| | | //关闭地形开挖 |
| | | $(".jimu-widget-digTheEarth").hide(); |
| | | topic.publish('closesDigTheEarth', who); |
| | | if (who != 'digTheEarth') { |
| | | $(".jimu-widget-digTheEarth").hide(); |
| | | topic.publish('closesDigTheEarth'); |
| | | } |
| | | |
| | | }, |
| | | onOpen: function () { |