From 5ff9a13181329aa57b0238c330a4dc6fdfdc5d6d Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 21 Jun 2024 14:34:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20=E8=AE=A2=E5=8D=95l?= =?UTF-8?q?oading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/list/list.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/order/list/list.js b/src/pages/order/list/list.js index 27b87e22..3f5d63e8 100644 --- a/src/pages/order/list/list.js +++ b/src/pages/order/list/list.js @@ -89,8 +89,7 @@ export default class orderList extends React.Component { account: "" }, search: this.initSearch(), - detailDatasets: [], - noBgOpen: true + detailDatasets: [] } this.onChangeCombinedDate = this.onChangeCombinedDate.bind(this) } @@ -1178,8 +1177,6 @@ export default class orderList extends React.Component { }} /> - - ) }