From e719d7bf23cc3759f37ef67c3afa54df819df1d1 Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期一, 07 一月 2019 21:03:55 +0800 Subject: [PATCH] 修改 --- gx_tieta/WebRoot/pages/js/mylayui.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/pages/js/mylayui.js b/gx_tieta/WebRoot/pages/js/mylayui.js index 4800537..5d26de4 100644 --- a/gx_tieta/WebRoot/pages/js/mylayui.js +++ b/gx_tieta/WebRoot/pages/js/mylayui.js @@ -469,8 +469,8 @@ // 鍒ゆ柇褰撳墠鍐呭鏄惁涓哄搴旂殑闇�瑕佹洿鏂扮殑鏁版嵁 if(key == _col.field) { // 鍒ゆ柇鏄惁鏈夋ā鏉� - console.log(key+'***'+_col.field); - console.log(_col.templet); + // console.log(key+'***'+_col.field); + // console.log(_col.templet); templet = _col.templet?$(_col.templet).html():_col.toolbar?$(_col.toolbar).html():typeof value == 'number'?value.toString():value; //console.log(templet); templet = templet?templet:typeof value == 'number'?value.toString():value; -- Gitblit v1.9.1