|
@@ -39,6 +39,7 @@ function LayoutDetail(props) {
|
|
});
|
|
});
|
|
clearInterval(timer);
|
|
clearInterval(timer);
|
|
timer = setInterval(() => {
|
|
timer = setInterval(() => {
|
|
|
|
+ if(location.href.indexOf("/bom/home/audit") != -1) return
|
|
dispatch({
|
|
dispatch({
|
|
type: 'authList/queryAuthList',
|
|
type: 'authList/queryAuthList',
|
|
payload: { user_id: currentUser.ID },
|
|
payload: { user_id: currentUser.ID },
|