From 03599ec83bb73db85d2d93d58b5d11cae575fef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <136327134@qq.com> Date: Tue, 25 Sep 2018 09:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/system/js/layuiList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/system/js/layuiList.js b/public/system/js/layuiList.js index 6a85d02a..3d77e21a 100644 --- a/public/system/js/layuiList.js +++ b/public/system/js/layuiList.js @@ -167,6 +167,7 @@ var that = this; // var elemOdj=elemOdj || that.elemOdj var elemOdj=that.elemOdj[odj || this.odj]; + console.log(elemOdj); this.table.on('tool(' + elemOdj + ')', function (obj) { var data = obj.data, layEvent = obj.event; if (typeof EventFn == 'function') {