Commit 369c520378a5a17e127afd15a1239f9c51b164ae

Authored by 王通
1 parent 038eff3d

1.

src/main/resources/static/pages/base/stationroute/add.html
@@ -381,7 +381,7 @@ $('#add_station_mobal').on('AddStationMobal.show', function(e, addMap,ajaxd,stao @@ -381,7 +381,7 @@ $('#add_station_mobal').on('AddStationMobal.show', function(e, addMap,ajaxd,stao
381 staobj.setAddStation({}); 381 staobj.setAddStation({});
382 var add_direction_v = $('#stationdirSelect').val(); 382 var add_direction_v = $('#stationdirSelect').val();
383 var version = $("#versions").val(); 383 var version = $("#versions").val();
384 - PublicFunctions.resjtreeDate(Line.id,add_direction_v,version); 384 + fun.resjtreeDate(Line.id,add_direction_v,version);
385 //ajaxd.getSectionRouteInfo(Line.id,add_direction_v,version,function(data) { 385 //ajaxd.getSectionRouteInfo(Line.id,add_direction_v,version,function(data) {
386 // fun.linePanlThree(Line.id,data,add_direction_v,version); 386 // fun.linePanlThree(Line.id,data,add_direction_v,version);
387 //}); 387 //});