Table 组件TableForm 组件 

event payload: 

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

 

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