From 51e7ebffeec98f76fcc8c5c33a4b4f526c50a309 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期四, 06 十二月 2018 16:28:12 +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