From 3140b58a56be4b1693766121dacb83fe6f6f21df Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 九月 2023 14:48:30 +0800 Subject: [PATCH] 2023-09-26 --- src/tabviews/zshare/actionList/exceloutbutton/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx index 15a050e..a20c959 100644 --- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx +++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx @@ -813,8 +813,11 @@ _orderBy = btn.verify.order || '' } else { _setting = {...setting} + _setting.$name = btn.logLabel _setting.laypage = pagination _setting.arr_field = _setting.all_field || _setting.arr_field + + delete _setting.sub_field } let primaryId = '' -- Gitblit v1.8.0