/**
 * 员工信息显示GRID初始化
 */
$("#currentGrid").flexInit( {
url : $.webPath + 'monitormain/search.do?p.starttime="21"',
//buttons : [ button_new, button_modify, button_delete ],
colModel : g_colmodel,
//param:
autoload : true,
title : '代理信息',
useRp : true,
rp : 15,
rpOptions : [ 10, 15, 20 ],
nohresize : true,
isShowRowNum : true,
sortname : "brokername",
    sortorder : "asc"
});
这里面flexInit中如何传参数到后台,有什么传参属性没有?