From 4eace63902a96e9903a1083015aca5aeea935868 Mon Sep 17 00:00:00 2001 From: ky_yusj <2655568377@qq.com> Date: Fri, 25 Jun 2021 17:44:22 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=20=20querytable=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E7=9A=84=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-react/src/components/query-table/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-react/src/components/query-table/index.jsx b/web-react/src/components/query-table/index.jsx index 01a3b19..d28e0fe 100644 --- a/web-react/src/components/query-table/index.jsx +++ b/web-react/src/components/query-table/index.jsx @@ -158,7 +158,7 @@ export default class QueryTable extends Component { onLoadData = async () => { this.onLoading() - if (isEqual(this.query, {})) { + if (isEqual(this.query, {}) && this.props.queryInitialValues) { this.query = this.props.queryInitialValues }