king
2024-05-21 bcd80eb46e158d1daf7df735a4fb72a3221fa16e
src/templates/sharecomponent/actioncomponent/formconfig.jsx
@@ -64,13 +64,11 @@
    }
    refresh.push({
      value: 'maingrid',
      text: '刷新主表(行)'
      text: '刷新主表'
    }, {
      value: 'equaltab',
      text: '刷新同级标签'
    })
  } else if (card.execSuccess === 'maingrid') {
    card.execSuccess = 'grid'
  }
  if (card.OpenType === 'blank') {
@@ -523,7 +521,7 @@
      key: 'tipTitle',
      label: '确认提示',
      initVal: card.tipTitle || '',
      tooltip: '注:弹窗(表单)在显示为是否框时有效。',
      tooltip: '提示框的确认提示信息。',
      required: false
    },
    {