function rejectUserCountPage(){
  $('#dg').datagrid('options').queryParams = {
   'state' : 3
  };
  $('#dg').datagrid('load');
 }

相关文章: