From ae46c8e640ed64abd7605b289554377e0cdc0cb7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十月 2023 22:10:30 +0800 Subject: [PATCH] 2023-10-04 --- src/tabviews/custom/components/share/normalTable/index.jsx | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/tabviews/custom/components/share/normalTable/index.jsx b/src/tabviews/custom/components/share/normalTable/index.jsx index b286f49..849c996 100644 --- a/src/tabviews/custom/components/share/normalTable/index.jsx +++ b/src/tabviews/custom/components/share/normalTable/index.jsx @@ -337,9 +337,7 @@ let func = new Function('data', col.formula) content = func([record]) } catch (e) { - if (window.debugger) { - console.warn(e) - } + console.warn(e) content = '' } } else { @@ -352,10 +350,8 @@ // eslint-disable-next-line content = eval(content) } catch (e) { - if (window.debugger) { - console.info(content) - console.warn(e) - } + console.info(content) + console.warn(e) content = '' } @@ -445,7 +441,7 @@ let rowspans = [] let orderfields = {} - if (window.GLOB.dataFormat && !window.GLOB.mkHS) { + if (window.GLOB.dataFormat) { _format = true if (window.GLOB.memberLevel >= 30) { -- Gitblit v1.8.0