element的el-table翻页选中功能
el-table翻页选中功能
row-key="enterpriseWorkerId"
@selection-change="handleSelectionChange"<el-table-column type="selection" :reserve-selection="true" width="55"></el-table-column>stuMultipleList: [],handleSelectionChange(val) {this.stuMultipleList = val;},