Commit 1b067410e20f969c3f5de87268f214b9f5c1a541
1 parent
7c74f45f
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/resources/static/real_control_v2/fragments/north/nav/all_devices.html
| @@ -181,7 +181,7 @@ | @@ -181,7 +181,7 @@ | ||
| 181 | if(lineCode) | 181 | if(lineCode) |
| 182 | data.lineId=lineCode; | 182 | data.lineId=lineCode; |
| 183 | } | 183 | } |
| 184 | - $.get('/gps/real/all', data, function(rs) { | 184 | + $.get('/gps/real/all?t=' + Math.random(), data, function(rs) { |
| 185 | //数据转换 | 185 | //数据转换 |
| 186 | var code2Name=gb_data_basic.lineCode2NameAll(); | 186 | var code2Name=gb_data_basic.lineCode2NameAll(); |
| 187 | $.each(rs.list, function(){ | 187 | $.each(rs.list, function(){ |