Commit b0391911 by Zhang Xin

fetch catch error send again

parent 590cfe40
...@@ -62,6 +62,7 @@ const closeDoorSuccess=(data)=>{ ...@@ -62,6 +62,7 @@ const closeDoorSuccess=(data)=>{
dispatch(logout()) dispatch(logout())
}).catch(e=>{ }).catch(e=>{
UTILPATH.myLogger.error("update_door_status error ",e); UTILPATH.myLogger.error("update_door_status error ",e);
closeDoorSuccess(data);
}) })
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment