From af712daea6f5ebeeb7fd550c7fe4cee118c80d54 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 十一月 2023 14:42:05 +0800 Subject: [PATCH] 2023-11-23 --- 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