king
2024-06-17 b6c7f588b831d6fa4eb23b50ec08ea0b263a0717
src/menu/components/form/formaction/formconfig.jsx
@@ -533,20 +533,20 @@
      mode: 'multiple',
      options: resets
    },
    {
      type: 'radio',
      key: 'returnValue',
      label: '更新表单',
      initVal: card.returnValue || 'false',
      tooltip: '与重置表单配合使用,开启时,必须在自定义脚本中返回数据,用于替换字段集和填充表单。',
      options: [{
        value: 'false',
        text: '禁用'
      }, {
        value: 'true',
        text: '启用'
      }]
    },
    // {
    //   type: 'radio',
    //   key: 'returnValue',
    //   label: '更新表单',
    //   initVal: card.returnValue || 'false',
    //   tooltip: '与重置表单配合使用,开启时,必须在自定义脚本中返回数据,用于替换字段集和填充表单。',
    //   options: [{
    //     value: 'false',
    //     text: '禁用'
    //   }, {
    //     value: 'true',
    //     text: '启用'
    //   }]
    // },
    {
      type: 'radio',
      key: 'reload',