| widgets/FloodAnalysis/Widget.js | ●●●●● patch | view | raw | blame | history |
widgets/FloodAnalysis/Widget.js
@@ -138,8 +138,11 @@ }) $('#hd-input').blur(function () { //隐藏域触发改变事件需要手动触发 $("#hd-select").val().change() $("#hd-select").hide() // $("#hd-select").val().change() setTimeout(function(){//有bug 需要延迟执行隐藏 $("#hd-select").hide() },100) }) $('#hd-input').on("input", function () { var searchString = $('#hd-input').val()