兑换码管理列表取消静默时间查询

This commit is contained in:
red-deng-deng 2021-12-06 14:10:48 +08:00
parent 65490f36d6
commit c6a37e069e
1 changed files with 5 additions and 5 deletions

View File

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