mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
如果页面跳转了,不自动 search 了
This commit is contained in:
parent
ab1dc7d6fb
commit
776ee514ef
@ -362,6 +362,8 @@ export default class CRUD extends React.Component<CRUDProps, any> {
|
||||
redirect && !action.blank && env.jumpTo(redirect, action);
|
||||
action.reload
|
||||
? this.reloadTarget(action.reload, data)
|
||||
: redirect
|
||||
? null
|
||||
: this.search(undefined, undefined, true, true);
|
||||
action.close && this.closeTarget(action.close);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user