From 3bbb8c98fd999cfdaa6d7e061af04d3bdf47e1fd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 17 九月 2021 17:50:29 +0800 Subject: [PATCH] 2021-09-17 --- src/tabviews/zshare/actionList/exceloutbutton/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx index ec5a55a..0c1fdb3 100644 --- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx +++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx @@ -783,6 +783,10 @@ param.open_key = Utils.encryptOpenKey(param.secretkey, param.timestamp) } + if (setting.transaction === 'true') { + param.func = 'sPC_Get_TableData_try' + } + return param } -- Gitblit v1.8.0