码迷,mamicode.com
首页 > 其他好文 > 详细

ant table中通过赋值取消选中值

时间:2020-02-07 10:45:48      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:cti   sele   log   console   ble   赋值   ati   nsf   this   

vue中table

<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>

js部分

methods: {
    transfer(values){
      console.log("清除选中")
      //values为空数组
      this.selectedRowKeys=values;
    },
}

将selectedRowKeys重新赋值即可改变选中状态

ant table中通过赋值取消选中值

标签:cti   sele   log   console   ble   赋值   ati   nsf   this   

原文地址:https://www.cnblogs.com/eternityz/p/12271904.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!