From a3ba6c7e1a2022484386a4c66e901607233060ba Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 29 六月 2020 15:33:24 +0800 Subject: [PATCH] 2020-06-29 --- src/tabviews/zshare/actionList/excelInbutton/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/excelInbutton/index.jsx b/src/tabviews/zshare/actionList/excelInbutton/index.jsx index 08cbf54..5238361 100644 --- a/src/tabviews/zshare/actionList/excelInbutton/index.jsx +++ b/src/tabviews/zshare/actionList/excelInbutton/index.jsx @@ -261,7 +261,7 @@ result.bottom = result.bottom.replace(/@\$|\$@/ig, '') } - param.excel_in = 'true' + param.excel_in_type = 'true' param.LText_insert = Utils.formatOptions(result.insert) param.LText_bottom = Utils.formatOptions(result.bottom) param.LText = Utils.formatOptions(result.sql) -- Gitblit v1.8.0