| | |
| | | } |
| | | |
| | | function init() { |
| | | $('#show-img').prop('src', 'img/floodAnalysisEvaluate-2.png') |
| | | $('#show-img').prop('src', 'image/floodAnalysisEvaluate-2.png') |
| | | loadSumData() |
| | | loadPagination() |
| | | } |
| | |
| | | point:data.point |
| | | } |
| | | $.ajax({ |
| | | url: 'http://192.168.0.103:82/blade-ycreal/inundationResult/save', |
| | | url: 'http://localhost:82/blade-ycreal/inundationResult/save', |
| | | type: 'post', |
| | | dataType: 'json', |
| | | jsonp: 'callback', |
| | |
| | | }, |
| | | success: function (res) { |
| | | if (res.code == 200) { |
| | | alert("保存成功") |
| | | layer.msg("保存成功") |
| | | }else { |
| | | layer.msg("保存失败") |
| | | } |
| | | } |
| | | }); |