From 954517b2ba6192ec535238edd4de1150d83941c1 Mon Sep 17 00:00:00 2001 From: 81041 <81041@192.168.10.25> Date: 星期四, 06 十二月 2018 15:54:26 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- 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