From 3eb929dbba8a3ab9c7c52300779bfa8e3c59bc55 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 06 十二月 2018 15:28:05 +0800 Subject: [PATCH] 修订导出数据函数 --- 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