king
2023-08-15 7e4ff0e1ee5ea6b538358da9ac08fb9ca73979b9
src/tabviews/custom/components/card/cardcellList/index.jsx
@@ -774,7 +774,7 @@
            let func = new Function('data', card.formula)
            val = func(_data)
          } catch (e) {
            if (window.debugger) {
            if (window.GLOB.debugger === true) {
              console.warn(e)
            }
            val = ''
@@ -794,7 +794,7 @@
                // eslint-disable-next-line
                _val = eval(_val)
              } catch (e) {
                if (window.debugger) {
                if (window.GLOB.debugger === true) {
                  console.info(_val)
                  console.warn(e)
                }
@@ -820,7 +820,7 @@
              // eslint-disable-next-line
              _val = eval(_val)
            } catch (e) {
              if (window.debugger) {
              if (window.GLOB.debugger === true) {
                console.info(_val)
                console.warn(e)
              }