mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
feat: 🎸 custom 类型的数据源请求不需要 handler
This commit is contained in:
parent
fcf6c32e76
commit
fa939c4ab2
@ -40,7 +40,7 @@ const pluginFactory: BuilderComponentPluginFactory<PluginConfig> = (config?) =>
|
||||
Object.assign(dataSourceEngineOptions, {
|
||||
requestHandlers: dataSourceItems.reduce(
|
||||
(handlers, ds) =>
|
||||
ds.type in handlers
|
||||
ds.type in handlers && ds.type !== 'custom'
|
||||
? handlers
|
||||
: {
|
||||
...handlers,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user