Commit 955698c0d77487cf068b98f3df3fe02331519bc4

Authored by 王通
1 parent 9b210c7c

1.

src/main/resources/static/pages/base/stationroute/js/stationroute-list-reload.js
... ... @@ -202,11 +202,11 @@ $(function() {
202 202  
203 203 });
204 204  
205   - GetAjaxData.getLineMatchStationIsUpdate(Line.id, function(data) {
  205 + /*GetAjaxData.getLineMatchStationIsUpdate(Line.id, function(data) {
206 206 if (data.status == 'SUCCESS' && data.data == "1") {
207 207 $('.portlet-title .match_station').removeClass('hidden');
208 208 }
209   - });
  209 + });*/
210 210  
211 211 $('#esc_edit_div').on(
212 212 'click',
... ...