fix(data-table): clear check all in table not working

This commit is contained in:
07akioni 2021-04-24 13:52:06 +08:00
parent fa03dd513f
commit 245080054d
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
- Fix `n-p`, `n-ol`, `n-ul` margin bottom is not 0 when they are last child.
- Fix `n-checkbox-group` not working in uncontrolled mode.
- Fix `n-data-table` clear check all in table now working.
## 2.7.3

View File

@ -10,6 +10,7 @@
- 修正 `n-p`、`n-ol`、`n-ul` 作为最后一个子元素 margin bottom 不是 0
- 修正 `n-checkbox-group` 在非受控模式不工作
- 修正 `n-data-table` 取消全部选择不工作
## 2.7.3

View File

@ -33,7 +33,7 @@ function createSelectHandler (
case allKey:
doCheckAll(true)
return
case '_n-none__':
case noneKey:
doUncheckAll(true)
return
default: