From 45f7d8abee7a41dd58130f8e7aa5b2d03ee5fab9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 13 九月 2024 23:39:53 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/normalbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/normalbutton/index.jsx b/src/tabviews/zshare/actionList/normalbutton/index.jsx index 6918303..930e5db 100644 --- a/src/tabviews/zshare/actionList/normalbutton/index.jsx +++ b/src/tabviews/zshare/actionList/normalbutton/index.jsx @@ -836,7 +836,7 @@ let formkeys = [] formdata && formdata.forEach(form => { - if (!ex.reps.includes(form.key)) return + // if (!ex.reps.includes(form.key)) return formkeys.push(form.key) -- Gitblit v1.8.0