* Change export data and class.
This commit is contained in:
@@ -16,4 +16,11 @@ $(document).off('click','.batch-btn').on('click', '.batch-btn', function()
|
||||
{
|
||||
postAndLoadPage(url, form);
|
||||
}
|
||||
}).off('click', '#actionBar .export').on('click', '#actionBar .export', function()
|
||||
{
|
||||
const dtable = zui.DTable.query($('#table-execution-all'));
|
||||
const checkedList = dtable.$.getChecks();
|
||||
if(!checkedList.length) return;
|
||||
|
||||
$.cookie.set('checkedItem', checkedList);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user