fix: 修复List多选情况下两个全选按钮的问题

This commit is contained in:
sqzhou 2023-06-16 16:32:21 +08:00
parent a97dfe234d
commit 08f288b013

View File

@ -673,6 +673,7 @@ export default class List extends React.Component<ListProps, object> {
actions = Array.isArray(actions) ? actions.concat() : [];
if (
region === 'header' &&
!~this.renderedToolbars.indexOf('check-all') &&
(btn = this.renderCheckAll())
) {