king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/menu/components/search/main-search/options.jsx
@@ -140,6 +140,7 @@
      field: 'resetContrl',
      label: '重置时',
      initval: wrap.resetContrl || 'init',
      tooltip: '刷新菜单会清空URL变量。',
      required: false,
      options: [
        {value: 'init', label: '恢复初始值'},
@@ -190,6 +191,7 @@
      label: '上级组件',
      initval: wrap.supModule || [],
      required: false,
      allowClear: true,
      options: modules,
      forbid: sessionStorage.getItem('editMenuType') === 'popview'
    },