//获取查询界面的所有选中的行数据 this.getSelectRows() //this.$refs.table.getSelected(); //刷新页面 this.search(); //获取明细表所有选中的行数据 this.$refs.detail.getSelected();
← table获取所有行数据 table明细表编辑实时计算 →