From 3bdcb8da222aaedcc1b6b279d1d038fe3b714570 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 03 十月 2021 12:10:36 +0800 Subject: [PATCH] 2021-10-03 --- src/tabviews/zshare/actionList/newpagebutton/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/newpagebutton/index.jsx b/src/tabviews/zshare/actionList/newpagebutton/index.jsx index 4d35579..6a0547d 100644 --- a/src/tabviews/zshare/actionList/newpagebutton/index.jsx +++ b/src/tabviews/zshare/actionList/newpagebutton/index.jsx @@ -78,8 +78,9 @@ */ actionTrigger = (triggerId, record, type) => { const { setting, btn, selectedData } = this.props + const { disabled } = this.state - if (triggerId && btn.uuid !== triggerId) return + if ((triggerId && btn.uuid !== triggerId) || disabled) return if (type === 'linkbtn' && selectedData && selectedData.length === 1) { if (record[0].$Index !== selectedData[0].$Index) { -- Gitblit v1.8.0