From 674565660d46361f83382991b529397c3ea8fd9d Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Mon, 22 Jun 2020 09:40:18 +0800 Subject: [PATCH] https://github.com/baidu/amis/issues/713 --- src/factory.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory.tsx b/src/factory.tsx index 74c5490b..d6734a81 100644 --- a/src/factory.tsx +++ b/src/factory.tsx @@ -152,7 +152,7 @@ export interface RenderOptions { fetcher?: (config: fetcherConfig) => Promise; isCancel?: (value: any) => boolean; notify?: (type: 'error' | 'success', msg: string) => void; - jumpTo?: (to: string) => void; + jumpTo?: (to: string, action?: Action, ctx?: object) => void; alert?: (msg: string) => void; confirm?: (msg: string, title?: string) => boolean | Promise; rendererResolver?: (