提交 b498ab5c 编写于 作者: fxy060608's avatar fxy060608

fix(core): keep extras alive

上级 944901b4
......@@ -139,7 +139,6 @@ function createApiCallback (apiName, params = {}, extras = {}) {
const extra = extras[name]
if (isFn(extra)) {
wrapperCallbacks[name] = tryCatchFramework(extra)
delete extras[name]
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册