* Change click event listen.

This commit is contained in:
caoyanyi
2023-06-13 13:25:08 +08:00
parent 010e8ef843
commit f28a755959
+1 -1
View File
@@ -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();