From c6a37e069e48682fc33713b7098f7cef35ee0dd0 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 6 Dec 2021 14:10:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=91=E6=8D=A2=E7=A0=81=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=96=E6=B6=88=E9=9D=99=E9=BB=98=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangecode/list/list.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/exchangecode/list/list.js b/src/pages/exchangecode/list/list.js index c88bc36d..f3822a61 100644 --- a/src/pages/exchangecode/list/list.js +++ b/src/pages/exchangecode/list/list.js @@ -315,11 +315,11 @@ export default class acclist extends React.Component{ } componentWillMount(){ let selt=this; - let datetime = [ - tomonth + " " + "00:00:00", - day + " " + "23:59:59" - ]; - this.setState({combinedValue:datetime}); + // let datetime = [ + // tomonth + " " + "00:00:00", + // day + " " + "23:59:59" + // ]; + // this.setState({combinedValue:datetime}); this.setState({tableHeight:window.innerHeight-390}); // this.getCodeListFn(); }