提交 3c97e964 编写于 作者: 李文富 提交者: 陈帅

selectedRows is always an array (#3129)

上级 9037106f
......@@ -405,7 +405,7 @@ class TableList extends PureComponent {
const { dispatch } = this.props;
const { selectedRows } = this.state;
if (!selectedRows) return;
if (selectedRows.length === 0) return;
switch (e.key) {
case 'remove':
dispatch({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册