赣州市洪水风险预警系统三维版本
guoshilong
2023-02-21 ca9fded89f42d2563fd6e475bcde02dff86be5ea
洪水淹没-分析弹窗顶部添加关闭按钮
1 files modified
7 ■■■■ changed files
widgets/FloodAnalysis/Widget.js 7 ●●●● patch | view | raw | blame | history
widgets/FloodAnalysis/Widget.js
@@ -706,7 +706,7 @@
                offset: [top,left],
                content: url + "?parentData=" + encodeURIComponent(JSON.stringify(parentData)),//使用encodeURIComponent转码,避免中文字符乱码,避免url截取错误
                id: "floodAnalysisLayer",
                closeBtn: 0,
                closeBtn: 1,
                shade: 0,
                move:false,
                maxmin: false,
@@ -768,6 +768,11 @@
                        $('.layui-layer-max').css("display","none")
                    }
                },
                cancel:function (layero,index) {
                    self.popupLayer.css('display','none')
                    $('#restore-icon').css('display','')
                    return false
                }
            });
        },