king
2024-10-18 b1fc0a89ce16dd14a6dff98c228a308e85a53828
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1465,6 +1465,19 @@
      forbid: viewType === 'popview'
    },
    {
      type: 'radio',
      key: 'excache',
      label: '清除缓存',
      initVal: card.excache || 'false',
      tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。',
      required: false,
      options: [
        {value: 'true', text: '开启'},
        {value: 'false', text: '关闭'},
      ],
      forbid: appType === 'mob' || appType === 'pc'
    },
    {
      type: 'splitLine',
      key: 'title',
      label: '表单',
@@ -2726,6 +2739,18 @@
    },
    {
      type: 'radio',
      key: 'excache',
      label: '清除缓存',
      initVal: card.excache || 'false',
      tooltip: '在使用后端脚本时,是否清除后端缓存,注:需在操作用户或权限时开启。',
      required: false,
      options: [
        {value: 'true', text: '开启'},
        {value: 'false', text: '关闭'},
      ]
    },
    {
      type: 'radio',
      key: 'execType',
      label: '请求方式',
      initVal: card.execType || 'multi',