From 9944f9e674d7a3ad55bfaa35f9b9a0d7bfb7cf64 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十月 2023 17:39:48 +0800 Subject: [PATCH] Merge branch 'positec' into bms --- 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 30385fe..7e032ca 100644 --- a/src/tabviews/zshare/actionList/exceloutbutton/index.jsx +++ b/src/tabviews/zshare/actionList/exceloutbutton/index.jsx @@ -447,7 +447,7 @@ const { btn } = this.props let imgCol = false - let columns = btn.verify.columns.filter(col => { + let columns = btn.verify.columns.map(col => { if (col.type === 'image') { imgCol = true } -- Gitblit v1.8.0