hdw
2019-01-15 65226e3826a50957d973aae2f9ad3b5342fdb7ad
gx_tieta/WebRoot/control.jsp
@@ -3735,6 +3735,9 @@
            // 设置通信计数
            status.setText('count', "通信计数:"+data.dev_commcount);
            
            // 设置设备版本号
            status.setText('devVersion', '设备版本号:'+data.dev_version);
            // 设置丢包率
            var errorCount = data.dev_errcommcount;
            var allCount = data.dev_commcount+errorCount;