From 9fa028fdac3517c2c2b167e52782f83185daa131 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 六月 2022 11:29:05 +0800 Subject: [PATCH] 2022-06-10 --- src/tabviews/zshare/mutilform/index.jsx | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/tabviews/zshare/mutilform/index.jsx b/src/tabviews/zshare/mutilform/index.jsx index 04a4f3e..73115be 100644 --- a/src/tabviews/zshare/mutilform/index.jsx +++ b/src/tabviews/zshare/mutilform/index.jsx @@ -120,12 +120,6 @@ if (['select', 'link', 'radio', 'checkbox', 'checkcard', 'multiselect'].includes(item.type)) { item.options = item.options || [] - // item.options = item.options.map(cell => { - // cell.value = cell.Value - // cell.label = cell.Text - - // return cell - // }) item.options = item.options.filter(cell => { cell.value = cell.Value cell.label = cell.Text -- Gitblit v1.8.0