# table获取所有行数据

//获取查询界面的所有行数据
this.$refs.table.rowData;
//获取明细表所有行数据
this.$refs.detail.rowData;
1
2
3
4