From e11c3601699a035401282b5f2816d67689d8be83 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 06 十二月 2018 15:51:15 +0800 Subject: [PATCH] 机房实时状态表格错位bug修复 --- gx_tieta/WebRoot/bts-comm-task.jsp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/bts-comm-task.jsp b/gx_tieta/WebRoot/bts-comm-task.jsp index 405766e..33dc6cb 100644 --- a/gx_tieta/WebRoot/bts-comm-task.jsp +++ b/gx_tieta/WebRoot/bts-comm-task.jsp @@ -555,8 +555,8 @@ //鐐瑰嚮瀵煎嚭鎶ヨ〃 $('#export_table').click(function(){ - var tblData = createTableData(tOptions); - GLOBAL.expExcel.xls(tblData); + var tblData = GLOBAL.Table.cTblData(tOptions); + GLOBAL.Table.expExcel.xls(tblData); }); //鏋勯�犲鍑鸿〃鏍煎璞� -- Gitblit v1.9.1