Showing
1 changed file
with
1 additions
and
1 deletions
@@ -100,7 +100,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'view', ' | @@ -100,7 +100,7 @@ layui.define(['table', 'form', 'admin', 'layer', 'common', 'sessions', 'view', ' | ||
100 | }); | 100 | }); |
101 | 101 | ||
102 | $('.link-delete-analysissql').unbind('click').on('click', function () { | 102 | $('.link-delete-analysissql').unbind('click').on('click', function () { |
103 | - deleteByIdList([$(this).data(id)]) | 103 | + deleteByIdList([$(this).data('id')]) |
104 | }); | 104 | }); |
105 | 105 | ||
106 | form.on('switch(switch-analysissql-sync)', function (obj) { | 106 | form.on('switch(switch-analysissql-sync)', function (obj) { |
-
Please register or login to post a comment