This commit is contained in:
Jay 2017-04-26 17:34:35 +08:00
parent 712a78c4ed
commit 3062208332

View File

@ -33,7 +33,7 @@ class WristbandPathInfo extends React.Component{
getList = () => { getList = () => {
let {mac, showDialog, getRequest} = this.props; let {mac, showDialog, getRequest} = this.props;
fetch('/api/wristband/getwristbandhealthpath', getRequest({ fetch('/api/wristband/getwristbandhealthinfo', getRequest({
mac, mac,
stime: Math.floor(this.state.stime / 1000), stime: Math.floor(this.state.stime / 1000),
etime: Math.floor(this.state.etime / 1000) etime: Math.floor(this.state.etime / 1000)