Commit 1b067410e20f969c3f5de87268f214b9f5c1a541

Authored by 潘钊
1 parent 7c74f45f

update...

src/main/resources/static/real_control_v2/fragments/north/nav/all_devices.html
... ... @@ -181,7 +181,7 @@
181 181 if(lineCode)
182 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 186 var code2Name=gb_data_basic.lineCode2NameAll();
187 187 $.each(rs.list, function(){
... ...