king
2020-09-10 159940642620c547bb020b5cdf4bf16a3dfae15f
src/menu/actioncomponent/actionform/index.jsx
@@ -673,15 +673,13 @@
          if (values.OpenType === 'excelIn') {
            values.position = 'toolbar'
          } else if (values.OpenType === 'excelOut') {
            if (values.intertype === 'inner' && !values.innerFunc) {
              if ((setting.interType === 'inner' && setting.innerFunc) || setting.interType === 'outer') {
                notification.warning({
                  top: 92,
                  message: '表格数据查询未使用数据源,导出Excel使用内部接口时,需自定义内部函数!',
                  duration: 5
                })
                return
              }
            if (values.intertype === 'system' && setting.interType !== 'system') {
              notification.warning({
                top: 92,
                message: '表格数据查询未使用数据源,导出Excel使用内部接口时,需自定义内部函数!',
                duration: 5
              })
              return
            }
            
            values.position = 'toolbar'