props: ['listData', 'contractId'], mounted() { this.getData(); // 父组件选中的数据 this.listData.forEach(element => { // 唯一标识是产品id if (element.productId) { this.selectedRowKeys.push(element.productId); } }); },
阅读量:1
点赞量:0