From 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 21 十月 2020 14:46:25 +0800 Subject: [PATCH] 2020-10-21 --- src/tabviews/zshare/actionList/printbutton/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/printbutton/index.jsx b/src/tabviews/zshare/actionList/printbutton/index.jsx index ddd5cfc..7e01db0 100644 --- a/src/tabviews/zshare/actionList/printbutton/index.jsx +++ b/src/tabviews/zshare/actionList/printbutton/index.jsx @@ -1054,7 +1054,7 @@ _LongParam.groups.forEach(group => { group.sublist = group.sublist.map(cell => { // 鏁版嵁婧恠ql璇彞锛岄澶勭悊 - if (['select', 'link', 'multiselect'].includes(cell.type) && cell.resourceType === '1') { + if (['select', 'link', 'multiselect', 'radio', 'checkbox', 'checkcard'].includes(cell.type) && cell.resourceType === '1') { let _option = Utils.getSelectQueryOptions(cell) if (this.props.dataManager) { // 鏁版嵁鏉冮檺 @@ -1086,7 +1086,7 @@ } else { _LongParam.fields = _LongParam.fields.map(cell => { // 鏁版嵁婧恠ql璇彞锛岄澶勭悊 - if (['select', 'link', 'multiselect'].includes(cell.type) && cell.resourceType === '1') { + if (['select', 'link', 'multiselect', 'radio', 'checkbox', 'checkcard'].includes(cell.type) && cell.resourceType === '1') { let _option = Utils.getSelectQueryOptions(cell) if (this.props.dataManager) { // 鏁版嵁鏉冮檺 -- Gitblit v1.8.0