From 090f1e9c9b3ca3658aa18221bd0ef57b7d72dad1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十月 2024 22:06:36 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/tabviews/zshare/actionList/exceloutbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx index 3dddc9d..11e1f00 100644 --- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx +++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx @@ -934,7 +934,7 @@ _setting.laypage = pagination _setting.arr_field = _setting.all_field || _setting.arr_field - if (setting.sub_field) { + if (setting.sub_field || setting.laypage !== pagination) { _setting.uuid = btn.uuid } -- Gitblit v1.8.0