赣州市洪水风险预警系统三维版本
洪水淹没-修复分析窗口切换到图表的时候,导出保存和关闭按钮点击不到的问题
2 files modified
4 ■■■ changed files
corelib/common/popup/css/style.css 2 ●●●●● patch | view | raw | blame | history
corelib/common/popup/js/evaluateAnalysis.js 2 ●●● patch | view | raw | blame | history
corelib/common/popup/css/style.css
@@ -825,6 +825,8 @@
.evaluate-box-bottom{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.evaluate-box-bottom input{
corelib/common/popup/js/evaluateAnalysis.js
@@ -390,7 +390,7 @@
            point:data.point
        }
        $.ajax({
            url: 'http://192.168.0.207:82/blade-ycreal/inundationResult/save',
            url: 'http://localhost:82/blade-ycreal/inundationResult/save',
            type: 'post',
            dataType: 'json',
            jsonp: 'callback',