81041
2019-01-18 5fe2efb71f6ad809a1cfc59beab18bbea99fff5e
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;