@@ -93,6 +93,7 @@ function Audit(props) {
process_json: data,
process_simple_json: simpleNodes,
};
+ localStorage.saveAuditFlowInfo = JSON.stringify(param)
dispatch({ type: 'flow/saveAuditFlowInfo', payload: param });
});
@@ -39,6 +39,7 @@ function LayoutDetail(props) {
clearInterval(timer);
timer = setInterval(() => {
+ if(location.href.indexOf("/bom/home/audit") != -1) return
dispatch({
type: 'authList/queryAuthList',
payload: { user_id: currentUser.ID },