king
2023-08-15 7e4ff0e1ee5ea6b538358da9ac08fb9ca73979b9
src/tabviews/custom/components/share/normalTable/index.jsx
@@ -337,7 +337,7 @@
          let func = new Function('data', col.formula)
          content = func([record])
        } catch (e) {
          if (window.debugger) {
          if (window.GLOB.debugger === true) {
            console.warn(e)
          }
          content = ''
@@ -352,7 +352,7 @@
            // eslint-disable-next-line
            content = eval(content)
          } catch (e) {
            if (window.debugger) {
            if (window.GLOB.debugger === true) {
              console.info(content)
              console.warn(e)
            }