CJJ
2018-11-21 ee60b65f6fe4caff943d4ef7f51ca590bf14dfe7
gx_tieta/WebRoot/pages/js/common.js
@@ -557,7 +557,7 @@
function searchStationSignal(param,callback){
   $.ajax({    
        type:"post",                         
        url: "Bts_gprs_stateAction_action_update?"+(new Date().getTime()),
        url: "Bts_gprs_stateAction_action_update?t="+(new Date().getTime()),
        async:true,            
        dataType:'json',
        data:'json='+JSON.stringify(param),