From 3140b58a56be4b1693766121dacb83fe6f6f21df Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 26 九月 2023 14:48:30 +0800 Subject: [PATCH] 2023-09-26 --- src/menu/debug/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/menu/debug/index.jsx b/src/menu/debug/index.jsx index 68dea66..6e18351 100644 --- a/src/menu/debug/index.jsx +++ b/src/menu/debug/index.jsx @@ -615,8 +615,6 @@ } columns.forEach(col => { - if (col.field === 'works_flow_param') return - if (col.type === 'colspan' || col.type === 'old_colspan') { col.subcols.forEach(cell => { setField(cell) -- Gitblit v1.8.0