81041
2019-01-10 c58d9f94318d9c8c3c3dfdbcfd6b7d0d436de992
gx_tieta/WebRoot/ex-battinfo.jsp
@@ -714,7 +714,11 @@
                     if(isUpdateTbl) {
                        $('#applyNum').text(Page.all);    // 设置徽章
                        tOptions.data = resData;   //  设置表格的数据
                        // 当前选项卡没有显示
                        if(tabsIndex != 0) {
                        table.render(tOptions);
                        }
                     }
                     // console.log(456);
                     // 实时回调
@@ -870,8 +874,11 @@
                     for(var i=0; i<resData.length; i++) {
                        var _resData = resData[i];
                        _resData.doThings = '';
                        // 当前选项卡没有显示
                        if(tabsIndex != 1) {
                        layuiTbl.updateTr(i, _resData);
                     }
                     }
                     //console.log(123);
                     // 实时回调
                     updateAcceptSearchTimer = setTimeout(updateAcceptSearch, 4000);