如果页面跳转了,不自动 search 了

This commit is contained in:
2betop 2020-08-31 16:29:06 +08:00
parent ab1dc7d6fb
commit 776ee514ef

View File

@ -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);
})