PCqiandao
杨树林 5 years ago
parent 5c450a5918
commit 1a84ca61fe

@ -72,6 +72,7 @@ class Signindetails extends Component{
{/* 列表+筛选 */}
<div>
<Signedinlist
mygetdatas={()=>this.mygetdatas()}
defaultActiveKey={this.props.defaultActiveKey}
switattendance_id={this.props.switattendance_id}
headdata={headdata}

@ -210,11 +210,9 @@ class Students_signin extends Component{
switchs:bool,
switattendance_id:id,
})
// if(bool){
// var currenturl = window.location.href;
// var newUrl = (currenturl.split("?"))[0];
// window.history.pushState('','',newUrl+'?type='+2);
// }
if(bool===false){
this.getsetdatas();
}
}

Loading…
Cancel
Save