king
2023-12-19 d38c9a99dc9d9450200a6d9e64876d164242177b
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -949,18 +949,8 @@
        content = <KeyInterface type={item.key === 'exInterface' ? 'develop' : 'product'}/>
      }
      if (help && /func:/.test(help)) {
        try {
          // eslint-disable-next-line
          let func = new Function('record', help.replace(/func:/, ''))
          help = func(this.record)
          if (help) {
            help = <span dangerouslySetInnerHTML={{ __html: help }}></span>
          }
        } catch (e) {
          help = ''
          console.warn(e)
        }
      if (help && typeof(help) === 'function') {
        help = help(this.record)
      }
      fields.push(