king
2024-10-22 94d8dcae695daabeb3f9d298ace370a2e8127f6a
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1465,18 +1465,6 @@
      forbid: viewType === 'popview'
    },
    {
      type: 'radio',
      key: 'excache',
      label: '清除缓存',
      initVal: card.excache || 'false',
      tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。',
      required: false,
      options: [
        {value: 'true', text: '开启'},
        {value: 'false', text: '关闭'},
      ]
    },
    {
      type: 'splitLine',
      key: 'title',
      label: '表单',
@@ -2735,18 +2723,6 @@
        {value: 'false', text: '禁用'},
      ],
      forbid: viewType === 'popview'
    },
    {
      type: 'radio',
      key: 'excache',
      label: '清除缓存',
      initVal: card.excache || 'false',
      tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。',
      required: false,
      options: [
        {value: 'true', text: '开启'},
        {value: 'false', text: '关闭'},
      ]
    },
    {
      type: 'radio',