diff --git a/WebRoot/view/tb/zbdc/examine/data_all.html b/WebRoot/view/tb/zbdc/examine/data_all.html index fbf0ce0a..1f46d6d1 100644 --- a/WebRoot/view/tb/zbdc/examine/data_all.html +++ b/WebRoot/view/tb/zbdc/examine/data_all.html @@ -431,6 +431,10 @@ /**********信息化设备**********/ + + xxhsbTableRender("1"); + + $('span').on('click', function () { $('span').removeClass('xxhxbfl-activate').addClass('xxhxbfl'); $(this).removeClass('xxhxbfl').addClass('xxhxbfl-activate'); @@ -666,6 +670,11 @@ break; } + xxhsbTableRender(flId); + + }); + + function xxhsbTableRender(flId) { table.render({ elem: '#xxhsbTable', url: '/QingLong/zbdc/getQueryXxhsb', @@ -681,18 +690,10 @@ , prev: "上一页" , next: "下一页" }, - cols: - customCols - , - // skin: 'line', + cols: customCols, defaultToolbar: [] }); - - - - - }); - + } });