king
2022-03-09 1b913a7b9ceace4909594225a201efe9fbae93d3
src/mob/components/menubar/normal-menubar/menucomponent/options.jsx
@@ -64,7 +64,22 @@
      initval: setting.copyMenuId || '',
      tooltip: '复制菜单仅在当前菜单创建时有效。',
      required: false,
      options: menulist
      options: menulist,
      controlFields: [
        {field: 'clearMenu', notNull: true},
      ],
    },
    {
      type: 'radio',
      field: 'clearMenu',
      label: '清空关联菜单',
      initval: setting.clearMenu || 'true',
      tooltip: '复制菜单时,是否清空原页面中的关联菜单。',
      required: false,
      options: [
        {value: 'true', label: '是'},
        {value: 'false', label: '否'}
      ]
    },
    {
      type: 'select',