兑换码管理列表取消静默时间查询
This commit is contained in:
parent
65490f36d6
commit
c6a37e069e
|
@ -315,11 +315,11 @@ export default class acclist extends React.Component{
|
||||||
}
|
}
|
||||||
componentWillMount(){
|
componentWillMount(){
|
||||||
let selt=this;
|
let selt=this;
|
||||||
let datetime = [
|
// let datetime = [
|
||||||
tomonth + " " + "00:00:00",
|
// tomonth + " " + "00:00:00",
|
||||||
day + " " + "23:59:59"
|
// day + " " + "23:59:59"
|
||||||
];
|
// ];
|
||||||
this.setState({combinedValue:datetime});
|
// this.setState({combinedValue:datetime});
|
||||||
this.setState({tableHeight:window.innerHeight-390});
|
this.setState({tableHeight:window.innerHeight-390});
|
||||||
// this.getCodeListFn();
|
// this.getCodeListFn();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue