* fix setCheckedCookie not work dtable.

This commit is contained in:
sunhao
2023-08-31 13:47:14 +08:00
parent 8aec79c516
commit 5ecb4bc99e
2 changed files with 9 additions and 7 deletions
-7
View File
@@ -174,13 +174,6 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN());
}
}
$(".export").modalTrigger({width:650, type:'iframe', shown: setCookie});
function setCookie()
{
$.cookie('checkedItem', checkItems.join(','), {expires: config.cookieLife, path: config.webRoot});
}
$('#dtable').dtable(options);
$('#batchEditBtn').click(function()