LiJun
2018-11-30 417a399dd345f70abf83f7e41ab4e90f161a5e04
首页上删除机房位置时修复操作记录中的机房名为null的bug
1个文件已修改
2 ■■■■■ 已修改文件
gx_tieta/WebRoot/index.jsp 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/index.jsp
@@ -3007,6 +3007,8 @@
                        //console.info(allStation);
                        console.info(allStation);
                        var temp = getStationMap(allStation, mk.point);
                        console.info(temp);
                        temp.StationName = temp.title;
                        if(confirm("确认从地图上删除'"+temp.title+"'的位置信息吗?")){
                            if(temp != undefined){
                                var json = JSON.stringify(temp);