From 776ee514ef92c6ce810d26a584e896e0f859f77b Mon Sep 17 00:00:00 2001 From: 2betop <2betop.cn@gmail.com> Date: Mon, 31 Aug 2020 16:29:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A6=82=E6=9E=9C=E9=A1=B5=E9=9D=A2=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BA=86,=E4=B8=8D=E8=87=AA=E5=8A=A8=20search=20?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderers/CRUD.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderers/CRUD.tsx b/src/renderers/CRUD.tsx index 2bc36d300..93e232a84 100644 --- a/src/renderers/CRUD.tsx +++ b/src/renderers/CRUD.tsx @@ -362,6 +362,8 @@ export default class CRUD extends React.Component { 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); })