element [Bug Report] TableColumn:the filtered-value property cannot reset the filtered value

afdcj2ne  于 2022-10-26  发布在  其他
关注(0)|答案(1)|浏览(185)

Element UI version

2.13.0

OS/Browsers version

MacOS10.15.2

Vue version

2.6.11

https://jsfiddle.net/hyg3jwmu/

Steps to reproduce

  1. initialize a el-table,and set filters, filtered-value in el-table-column. In the case, the initial filtered-value is ['2016-05-01']
  2. change the filtered value in a function like mouted to ['2016-05-01', '2016-05-02']

What is Expected?

The expected selected value in el-table-column header is ['2016-05-01', '2016-05-02']

What is actually happening?

The expected selected value in el-table-column header is ['2016-05-01']

hwazgwia

hwazgwia1#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题