king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
src/menu/components/form/formaction/formconfig.jsx
@@ -456,6 +456,22 @@
      options: menulist
    },
    {
      type: 'radio',
      key: 'urlPar',
      label: 'URL变量',
      initVal: card.urlPar || 'false',
      tooltip: '刷新菜单时是否清除URL变量。',
      required: false,
      options: [{
        value: 'true',
        text: '清空'
      }, {
        value: 'false',
        text: '不清空'
      }],
      forbid: appType === 'pc' || appType === 'mob' || viewType === 'popview',
    },
    {
      type: (appType === 'pc' || appType === 'mob') ? 'select' : 'cascader',
      key: 'linkmenu',
      label: '下一步操作',
@@ -533,20 +549,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',