Showing
1 changed file
with
1 additions
and
0 deletions
@@ -82,6 +82,7 @@ layui.define(['element', 'admin', 'view'], function (exports) { | @@ -82,6 +82,7 @@ layui.define(['element', 'admin', 'view'], function (exports) { | ||
82 | }, | 82 | }, |
83 | 83 | ||
84 | ajaxSetupInit: function () { | 84 | ajaxSetupInit: function () { |
85 | + let that = this; | ||
85 | setTimeout(function () { | 86 | setTimeout(function () { |
86 | // 绑定菜单点击事件 | 87 | // 绑定菜单点击事件 |
87 | that.bindMenuClickEvent(); | 88 | that.bindMenuClickEvent(); |
-
Please register or login to post a comment