king
2024-02-23 1b9fd7b9fd872a3f08c7f43bd6e5654225b585c2
src/menu/components/form/simple-form/options.jsx
@@ -125,12 +125,20 @@
    {
      type: 'select',
      field: 'focus',
      label: '焦点',
      label: '初始焦点',
      initval: wrap.focus || '',
      required: false,
      options: fields
    },
    {
      type: 'select',
      field: 'refocus',
      label: '刷新焦点',
      initval: wrap.refocus || '',
      required: false,
      options: fields
    },
    {
      type: 'radio',
      field: 'cache',
      label: '选项查询',