* Add off click on batch btn.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(document).on('click', '.batch-btn', function()
|
||||
$(document).off('click').on('click', '.batch-btn', function()
|
||||
{
|
||||
const dtable = zui.DTable.query($(this).target);
|
||||
const checkedList = dtable.$.getChecks();
|
||||
|
||||
Reference in New Issue
Block a user