|
@@ -94,7 +94,7 @@ export const initHistoryDetails = (dispatch) => {
|
|
|
pushAllDataList(detail.sign,'push',detail,'history');
|
|
|
}else{
|
|
|
let pre = baseList.homePage.sysConfig.connect_prec;
|
|
|
- getPreMsg(dispatch)
|
|
|
+ (pre==1)&&getPreMsg(dispatch)
|
|
|
// (pre==1)&&dispatch({type:SETPRE,show:true});
|
|
|
|
|
|
}
|