|
|
@ -43,11 +43,6 @@ class Signindetails extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
callback=(key)=> {
|
|
|
|
|
|
|
|
console.log(key);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render(){
|
|
|
|
render(){
|
|
|
|
let {headdata}= this.state;
|
|
|
|
let {headdata}= this.state;
|
|
|
@ -77,6 +72,8 @@ class Signindetails extends Component{
|
|
|
|
{/* 列表+筛选 */}
|
|
|
|
{/* 列表+筛选 */}
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<Signedinlist
|
|
|
|
<Signedinlist
|
|
|
|
|
|
|
|
defaultActiveKey={this.props.defaultActiveKey}
|
|
|
|
|
|
|
|
switattendance_id={this.props.switattendance_id}
|
|
|
|
headdata={headdata}
|
|
|
|
headdata={headdata}
|
|
|
|
{...this.props}
|
|
|
|
{...this.props}
|
|
|
|
{...this.state}
|
|
|
|
{...this.state}
|
|
|
|