mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +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, {
|
Object.assign(dataSourceEngineOptions, {
|
||||||
requestHandlers: dataSourceItems.reduce(
|
requestHandlers: dataSourceItems.reduce(
|
||||||
(handlers, ds) =>
|
(handlers, ds) =>
|
||||||
ds.type in handlers
|
ds.type in handlers && ds.type !== 'custom'
|
||||||
? handlers
|
? handlers
|
||||||
: {
|
: {
|
||||||
...handlers,
|
...handlers,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user