From aa53227bc006816a30258c6390084aa74defb4d1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 27 十一月 2023 18:05:55 +0800 Subject: [PATCH] 2023-11-27 --- src/tabviews/custom/components/share/normalTable/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.jsx b/src/tabviews/custom/components/share/normalTable/index.jsx index 840b824..905d316 100644 --- a/src/tabviews/custom/components/share/normalTable/index.jsx +++ b/src/tabviews/custom/components/share/normalTable/index.jsx @@ -838,6 +838,8 @@ onSelectChange = (selectedRowKeys, e) => { const { setting, MenuID, data } = this.props + if (this.state.pickup) return + let index = '' let _activeIndex = null if (selectedRowKeys.length > 0) { -- Gitblit v1.8.0