标签:cti sele log console ble 赋值 ati nsf this
<a-table ref="table"
size="middle"
bordered
rowKey="id"
:columns="columns"
:dataSource="dataSources"
:pagination="ipagination"
:loading="loading"
:rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, fixed: true}"
@change="handleTableChange">
</a-table>
methods: {
transfer(values){
console.log("清除选中")
//values为空数组
this.selectedRowKeys=values;
},
}
标签:cti sele log console ble 赋值 ati nsf this
原文地址:https://www.cnblogs.com/eternityz/p/12271904.html