Table 组件TableForm 组件 

行被选中时触发该事件。(Table 和 TableForm 配置了可以勾选)

event payload: 

// 被勾选的行的完整数据
{
selectedRows: [
		{
			_rowid: 'xxx', 。
		}
	]
}