* Change click event listen.
This commit is contained in:
@@ -26,7 +26,7 @@ window.renderReleaseCountCell = function(result, {col, row})
|
||||
return result;
|
||||
}
|
||||
|
||||
$(document).on('click', '.batch-btn', function()
|
||||
$(document).off('click', '.batch-btn').on('click', '.batch-btn', function()
|
||||
{
|
||||
const dtable = zui.DTable.query($(this).target);
|
||||
const checkedList = dtable.$.getChecks();
|
||||
|
||||
Reference in New Issue
Block a user