king
2023-07-26 c817733060a033edd2b198601bdcb69ab9aa6739
Merge branch 'master' into positec
1个文件已修改
4 ■■■■ 已修改文件
src/menu/components/share/actioncomponent/actionform/index.jsx 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -498,7 +498,7 @@
    }
    
    if (appType === 'mob') {
      if (Ot !== 'notRequired' && openType !== 'excelOut') {
      if (openType !== 'excelOut') {
        shows.push('control')
        reOptions.control = [
          { value: '', text: '无' },
@@ -513,7 +513,7 @@
        }
      }
    } else {
      if (Ot !== 'notRequired' && openType !== 'excelOut') {
      if (openType !== 'excelOut') {
        reOptions.control = [
          { value: '', text: '无' },
          { value: 'disabled', text: '禁用' },