获取data组件中存储的行对象数组,
var array = this.comp(‘data’).datas;

比如 : 第十行数据就是 this.comp(‘data’).datas.get()[9]