Merge branch 'dev_aliyun' into develop

PCqiandao
jingquan huang 5 years ago
commit 8f5a66449d

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

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

Loading…
Cancel
Save