king
2022-09-22 d3de0a6fff9ea94ab3c7f5b49cad56dad5d3c0b7
src/menu/components/form/formaction/formconfig.jsx
@@ -296,7 +296,7 @@
      type: 'text',
      key: 'output',
      label: '返回值',
      tooltip: '执行成功后的返回值。系统函数可指定返回的变量(以@符开头,如@id);自定义函数可指定返回字段(如id)。',
      tooltip: '执行成功后的返回值。系统函数可指定返回的变量(以@符开头,返回id时可使用@id@);自定义函数可指定返回字段(如id)。',
      initVal: card.output || '',
      required: false
    },