搜索翻页后将丢失数据

This commit is contained in:
lizanle 2015-11-12 19:32:15 +08:00
parent df0051cdd4
commit f1b61c1581
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<% if @org%>
var checked = $("#not_org_members input:checked").size();
var checked = $("#principals_for_new_member input:checked").size();
if(checked > 0)
{
alert('翻页或搜索后将丢失当前选择的用户数据!');